#5F7431

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

Shades of Dark Olive Green #5F7431

Tints of Dark Olive Green #5F7431

Color information

#5F7431 (or 0x5F7431) is unknown color: approx Dark Olive Green. HEX triplet: 5F, 74 and 31. RGB value is (95,116,49). Sum of RGB (Red+Green+Blue) = 95+116+49=260 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.54% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 116 - color contains mainly: green. Hex color #5F7431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7431 is #A08BCE. Grayscale: #666666. Windows color (decimal): -10521551 or 3241055. OLE color: 3241055.

HSL color Cylindrical-coordinate representation of color #5F7431: hue angle of 78.81º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F7431 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB9511649-
CMYK0.1800.580.55
HSL78.81º40.61%32.35%-
HSV(B)78.81º57.76%45.49%-
XYZ11.5215.155.22-
YUV102.0898.04122.95-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.54%
GREEN value IS 116 (45.70% from 255) = 44.62%
BLUE value IS 49 (19.53% from 255) = 18.85%
R=36.54%
G=44.62%
B=18.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal95116490.1800.580.5578.8140.6132.35
Hex5F74311203A374f2920
Octal1371646122072671175140
Binary101111111101001100011001001110101101111001111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,116,49); }

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

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

 a { background-color: rgb(95,116,49); }

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

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

 span { border-color: rgb(95,116,49); }

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