#505F33

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

Shades of Dark Olive Green #505F33

Tints of Dark Olive Green #505F33

Color information

#505F33 (or 0x505F33) is unknown color: approx Dark Olive Green. HEX triplet: 50, 5F and 33. RGB value is (80,95,51). Sum of RGB (Red+Green+Blue) = 80+95+51=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 95 (37.5% from 255 or 42.04% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 95 - color contains mainly: green. Hex color #505F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505F33 is #AFA0CC. Grayscale: #555555. Windows color (decimal): -11509965 or 3366736. OLE color: 3366736.

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

Color convert

RGB809551-
CMYK0.1600.460.63
HSL80.45º30.14%28.63%-
HSV(B)80.45º46.32%37.25%-
XYZ810.134.67-
YUV85.5108.53124.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.40%
GREEN value IS 95 (37.5% from 255) = 42.04%
BLUE value IS 51 (20.31% from 255) = 22.57%
R=35.40%
G=42.04%
B=22.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8095510.1600.460.6380.4530.1428.63
Hex505F331002E3F501e1d
Octal1201376320056771203635
Binary1010000101111111001110000010111011111110100001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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