#5C7731

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

Shades of Dark Olive Green #5C7731

Tints of Dark Olive Green #5C7731

Color information

#5C7731 (or 0x5C7731) is unknown color: approx Dark Olive Green. HEX triplet: 5C, 77 and 31. RGB value is (92,119,49). Sum of RGB (Red+Green+Blue) = 92+119+49=260 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.38% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #5C7731 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7731 is #A388CE. Grayscale: #676767. Windows color (decimal): -10717391 or 3241820. OLE color: 3241820.

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

Color convert

RGB9211949-
CMYK0.2300.590.53
HSL83.14º41.67%32.94%-
HSV(B)83.14º58.82%46.67%-
XYZ11.5615.695.32-
YUV102.9597.55120.19-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.38%
GREEN value IS 119 (46.88% from 255) = 45.77%
BLUE value IS 49 (19.53% from 255) = 18.85%
R=35.38%
G=45.77%
B=18.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal92119490.2300.590.5383.1441.6732.94
Hex5C77311703B35532a21
Octal1341676127073651235241
Binary101110011101111100011011101110111101011010011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,119,49); }

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

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

 a { background-color: rgb(92,119,49); }

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

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

 span { border-color: rgb(92,119,49); }

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