#506135

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

Shades of Dark Olive Green #506135

Tints of Dark Olive Green #506135

Color information

#506135 (or 0x506135) is unknown color: approx Dark Olive Green. HEX triplet: 50, 61 and 35. RGB value is (80,97,53). Sum of RGB (Red+Green+Blue) = 80+97+53=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #506135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506135 is #AF9ECA. Grayscale: #575757. Windows color (decimal): -11509451 or 3498320. OLE color: 3498320.

HSL color Cylindrical-coordinate representation of color #506135: hue angle of 83.18º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #506135 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB809753-
CMYK0.1800.450.62
HSL83.18º29.33%29.41%-
HSV(B)83.18º45.36%38.04%-
XYZ8.2310.514.96-
YUV86.9108.87123.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.78%
GREEN value IS 97 (38.28% from 255) = 42.17%
BLUE value IS 53 (21.09% from 255) = 23.04%
R=34.78%
G=42.17%
B=23.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097530.1800.450.6283.1829.3329.41
Hex5061351202D3E531d1d
Octal1201416522055761233535
Binary1010000110000111010110010010110111111010100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506135; }

 p { color: rgb(80,97,53); }

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

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

 a { background-color: rgb(80,97,53); }

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

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

 span { border-color: rgb(80,97,53); }

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