#506230

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

Shades of Dark Olive Green #506230

Tints of Dark Olive Green #506230

Color information

#506230 (or 0x506230) is unknown color: approx Dark Olive Green. HEX triplet: 50, 62 and 30. RGB value is (80,98,48). Sum of RGB (Red+Green+Blue) = 80+98+48=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 98 - color contains mainly: green. Hex color #506230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506230 is #AF9DCF. Grayscale: #575757. Windows color (decimal): -11509200 or 3170896. OLE color: 3170896.

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

Color convert

RGB809848-
CMYK0.1800.510.62
HSL81.6º34.25%28.63%-
HSV(B)81.6º51.02%38.43%-
XYZ8.2110.654.42-
YUV86.92106.04123.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.40%
GREEN value IS 98 (38.67% from 255) = 43.36%
BLUE value IS 48 (19.14% from 255) = 21.24%
R=35.40%
G=43.36%
B=21.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8098480.1800.510.6281.634.2528.63
Hex506230120333E52221d
Octal1201426022063761224235
Binary10100001100010110000100100110011111110101001010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506230; }

 p { color: rgb(80,98,48); }

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

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

 a { background-color: rgb(80,98,48); }

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

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

 span { border-color: rgb(80,98,48); }

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