#505F2C

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

Shades of Dark Olive Green #505F2C

Tints of Dark Olive Green #505F2C

Color information

#505F2C (or 0x505F2C) is unknown color: approx Dark Olive Green. HEX triplet: 50, 5F and 2C. RGB value is (80,95,44). Sum of RGB (Red+Green+Blue) = 80+95+44=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 95 (37.5% from 255 or 43.38% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 95 - color contains mainly: green. Hex color #505F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505F2C is #AFA0D3. Grayscale: #545454. Windows color (decimal): -11509972 or 2907984. OLE color: 2907984.

HSL color Cylindrical-coordinate representation of color #505F2C: hue angle of 77.65º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #505F2C is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.63.

Color convert

RGB809544-
CMYK0.1600.540.63
HSL77.65º36.69%27.25%-
HSV(B)77.65º53.68%37.25%-
XYZ7.8610.073.91-
YUV84.7105.03124.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.53%
GREEN value IS 95 (37.5% from 255) = 43.38%
BLUE value IS 44 (17.58% from 255) = 20.09%
R=36.53%
G=43.38%
B=20.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8095440.1600.540.6377.6536.6927.25
Hex505F2C100363F4e251b
Octal1201375420066771164533
Binary10100001011111101100100000110110111111100111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505F2C; }

 p { color: rgb(80,95,44); }

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

<style>
 a { background-color: #505F2C; }

 a { background-color: rgb(80,95,44); }

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

<style>
 span { border-color: #505F2C; }

 span { border-color: rgb(80,95,44); }

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