#5C712F

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

Shades of Dark Olive Green #5C712F

Tints of Dark Olive Green #5C712F

Color information

#5C712F (or 0x5C712F) is unknown color: approx Dark Olive Green. HEX triplet: 5C, 71 and 2F. RGB value is (92,113,47). Sum of RGB (Red+Green+Blue) = 92+113+47=252 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.51% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #5C712F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C712F is #A38ED0. Grayscale: #636363. Windows color (decimal): -10718929 or 3109212. OLE color: 3109212.

HSL color Cylindrical-coordinate representation of color #5C712F: hue angle of 79.09º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C712F is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB9211347-
CMYK0.1900.580.56
HSL79.09º41.25%31.37%-
HSV(B)79.09º58.41%44.31%-
XYZ10.8314.294.88-
YUV99.298.54122.87-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.51%
GREEN value IS 113 (44.53% from 255) = 44.84%
BLUE value IS 47 (18.75% from 255) = 18.65%
R=36.51%
G=44.84%
B=18.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal92113470.1900.580.5679.0941.2531.37
Hex5C712F1303A384f291f
Octal1341615723072701175137
Binary10111001110001101111100110111010111000100111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C712F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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