#5D7833

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

Shades of Dark Olive Green #5D7833

Tints of Dark Olive Green #5D7833

Color information

#5D7833 (or 0x5D7833) is unknown color: approx Dark Olive Green. HEX triplet: 5D, 78 and 33. RGB value is (93,120,51). Sum of RGB (Red+Green+Blue) = 93+120+51=264 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.23% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 120 - color contains mainly: green. Hex color #5D7833 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7833 is #A287CC. Grayscale: #686868. Windows color (decimal): -10651597 or 3373149. OLE color: 3373149.

HSL color Cylindrical-coordinate representation of color #5D7833: hue angle of 83.48º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5D7833 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB9312051-
CMYK0.2200.580.53
HSL83.48º40.35%33.53%-
HSV(B)83.48º57.5%47.06%-
XYZ11.83165.6-
YUV104.0698.05120.11-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.23%
GREEN value IS 120 (47.27% from 255) = 45.45%
BLUE value IS 51 (20.31% from 255) = 19.32%
R=35.23%
G=45.45%
B=19.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93120510.2200.580.5383.4840.3533.53
Hex5D78331603A35532822
Octal1351706326072651235042
Binary101110111110001100111011001110101101011010011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,120,51); }

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

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

 a { background-color: rgb(93,120,51); }

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

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

 span { border-color: rgb(93,120,51); }

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