#5C792F

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

Shades of Dark Olive Green #5C792F

Tints of Dark Olive Green #5C792F

Color information

#5C792F (or 0x5C792F) is unknown color: approx Dark Olive Green. HEX triplet: 5C, 79 and 2F. RGB value is (92,121,47). Sum of RGB (Red+Green+Blue) = 92+121+47=260 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.38% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 121 - color contains mainly: green. Hex color #5C792F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C792F is #A386D0. Grayscale: #686868. Windows color (decimal): -10716881 or 3111260. OLE color: 3111260.

HSL color Cylindrical-coordinate representation of color #5C792F: hue angle of 83.51º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C792F is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB9212147-
CMYK0.2400.610.53
HSL83.51º44.05%32.94%-
HSV(B)83.51º61.16%47.45%-
XYZ11.7616.165.19-
YUV103.8995.89119.52-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.38%
GREEN value IS 121 (47.66% from 255) = 46.54%
BLUE value IS 47 (18.75% from 255) = 18.08%
R=35.38%
G=46.54%
B=18.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal92121470.2400.610.5383.5144.0532.94
Hex5C792F1803D35542c21
Octal1341715730075651245441
Binary101110011110011011111100001111011101011010100101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C792F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,121,47); }

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

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

 a { background-color: rgb(92,121,47); }

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

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

 span { border-color: rgb(92,121,47); }

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