#505F2D

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

Shades of Dark Olive Green #505F2D

Tints of Dark Olive Green #505F2D

Color information

#505F2D (or 0x505F2D) is unknown color: approx Dark Olive Green. HEX triplet: 50, 5F and 2D. RGB value is (80,95,45). Sum of RGB (Red+Green+Blue) = 80+95+45=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 95 (37.5% from 255 or 43.18% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 95 - color contains mainly: green. Hex color #505F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505F2D is #AFA0D2. Grayscale: #555555. Windows color (decimal): -11509971 or 2973520. OLE color: 2973520.

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

Color convert

RGB809545-
CMYK0.1600.530.63
HSL78º35.71%27.45%-
HSV(B)78º52.63%37.25%-
XYZ7.8710.084.01-
YUV84.81105.53124.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 95 (37.5% from 255) = 43.18%
BLUE value IS 45 (17.97% from 255) = 20.45%
R=36.36%
G=43.18%
B=20.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8095450.1600.530.637835.7127.45
Hex505F2D100353F4e241b
Octal1201375520065771164433
Binary10100001011111101101100000110101111111100111010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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