#518002

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

Shades of Olive Drab #518002

Tints of Olive Drab #518002

Color information

#518002 (or 0x518002) is unknown color: approx Olive Drab. HEX triplet: 51, 80 and 02. RGB value is (81,128,2). Sum of RGB (Red+Green+Blue) = 81+128+2=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 128 (50.39% from 255 or 60.66% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 128 - color contains mainly: green. Hex color #518002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #518002 is #AE7FFD. Grayscale: #646464. Windows color (decimal): -11436030 or 163921. OLE color: 163921.

HSL color Cylindrical-coordinate representation of color #518002: hue angle of 82.38º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #518002 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB811282-
CMYK0.3700.980.50
HSL82.38º96.92%25.49%-
HSV(B)82.38º98.44%50.2%-
XYZ11.1217.192.79-
YUV99.5872.93114.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.39%
GREEN value IS 128 (50.39% from 255) = 60.66%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=38.39%
G=60.66%
B=0.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8112820.3700.980.5082.3896.9225.49
Hex518022506232526119
Octal12120024501426212214131
Binary10100011000000010100101011000101100101010010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518002; }

 p { color: rgb(81,128,2); }

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

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

 a { background-color: rgb(81,128,2); }

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

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

 span { border-color: rgb(81,128,2); }

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