#5C792A

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

Shades of Dark Olive Green #5C792A

Tints of Dark Olive Green #5C792A

Color information

#5C792A (or 0x5C792A) is unknown color: approx Dark Olive Green. HEX triplet: 5C, 79 and 2A. RGB value is (92,121,42). Sum of RGB (Red+Green+Blue) = 92+121+42=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 121 - color contains mainly: green. Hex color #5C792A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C792A is #A386D5. Grayscale: #676767. Windows color (decimal): -10716886 or 2783580. OLE color: 2783580.

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

Color convert

RGB9212142-
CMYK0.2400.650.53
HSL82.03º48.47%31.96%-
HSV(B)82.03º65.29%47.45%-
XYZ11.6716.124.69-
YUV103.3293.39119.92-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.08%
GREEN value IS 121 (47.66% from 255) = 47.45%
BLUE value IS 42 (16.80% from 255) = 16.47%
R=36.08%
G=47.45%
B=16.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal92121420.2400.650.5382.0348.4731.96
Hex5C792A1804135523020
Octal13417152300101651226040
Binary1011100111100110101011000010000011101011010010110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C792A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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