#515F31

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

Shades of Dark Olive Green #515F31

Tints of Dark Olive Green #515F31

Color information

#515F31 (or 0x515F31) is unknown color: approx Dark Olive Green. HEX triplet: 51, 5F and 31. RGB value is (81,95,49). Sum of RGB (Red+Green+Blue) = 81+95+49=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 95 - color contains mainly: green. Hex color #515F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515F31 is #AEA0CE. Grayscale: #555555. Windows color (decimal): -11444431 or 3235665. OLE color: 3235665.

HSL color Cylindrical-coordinate representation of color #515F31: hue angle of 78.26º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #515F31 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.63.

Color convert

RGB819549-
CMYK0.1500.480.63
HSL78.26º31.94%28.24%-
HSV(B)78.26º48.42%37.25%-
XYZ8.0410.164.44-
YUV85.57107.36124.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36%
GREEN value IS 95 (37.5% from 255) = 42.22%
BLUE value IS 49 (19.53% from 255) = 21.78%
R=36%
G=42.22%
B=21.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8195490.1500.480.6378.2631.9428.24
Hex515F31F0303F4e201c
Octal1211376117060771164034
Binary1010001101111111000111110110000111111100111010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515F31; }

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

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

<style>
 a { background-color: #515F31; }

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

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

<style>
 span { border-color: #515F31; }

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

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