#5B7D29

Color #5B7D29 Dark Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Olive Green #5B7D29

Tints of Dark Olive Green #5B7D29

Color information

#5B7D29 (or 0x5B7D29) is unknown color: approx Dark Olive Green. HEX triplet: 5B, 7D and 29. RGB value is (91,125,41). Sum of RGB (Red+Green+Blue) = 91+125+41=257 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.41% from 257); Green value is 125 (49.22% from 255 or 48.64% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 125 - color contains mainly: green. Hex color #5B7D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7D29 is #A482D6. Grayscale: #696969. Windows color (decimal): -10781399 or 2719067. OLE color: 2719067.

HSL color Cylindrical-coordinate representation of color #5B7D29: hue angle of 84.29º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B7D29 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.51.

Color convert

RGB9112541-
CMYK0.2700.670.51
HSL84.29º50.6%32.55%-
HSV(B)84.29º67.2%49.02%-
XYZ12.0517.054.75-
YUV105.2691.74117.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 35.41%
GREEN value IS 125 (49.22% from 255) = 48.64%
BLUE value IS 41 (16.41% from 255) = 15.95%
R=35.41%
G=48.64%
B=15.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal91125410.2700.670.5184.2950.632.55
Hex5B7D291B04333543321
Octal13317551330103631246341
Binary1011011111110110100111011010000111100111010100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B7D29; }

 p { color: rgb(91,125,41); }

 H1.HeaderClassName
 {
   color: #5B7D29;
 }
 .AnyTagClassName
 {
   color: #5B7D29;
 }
</style>
background-color css

<style>
 a { background-color: #5B7D29; }

 a { background-color: rgb(91,125,41); }

 div.DivClassName
 {
   background-color: #5B7D29;
 }
 .BgClassName
 {
   background-color: #5B7D29;
 }
</style>
border-color css

<style>
 span { border-color: #5B7D29; }

 span { border-color: rgb(91,125,41); }

 td.TdClassName
 {
   border-color: #5B7D29;
 }
 .TagClassName
 {
   border-color: #5B7D29;
 }
</style>