#518202

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

Shades of Olive Drab #518202

Tints of Olive Drab #518202

Color information

#518202 (or 0x518202) is unknown color: approx Olive Drab. HEX triplet: 51, 82 and 02. RGB value is (81,130,2). Sum of RGB (Red+Green+Blue) = 81+130+2=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 130 (51.17% from 255 or 61.03% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 130 - color contains mainly: green. Hex color #518202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #518202 is #AE7DFD. Grayscale: #656565. Windows color (decimal): -11435518 or 164433. OLE color: 164433.

HSL color Cylindrical-coordinate representation of color #518202: hue angle of 82.97º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #518202 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB811302-
CMYK0.3800.980.49
HSL82.97º96.97%25.88%-
HSV(B)82.97º98.46%50.98%-
XYZ11.3917.722.88-
YUV100.7672.27113.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.03%
GREEN value IS 130 (51.17% from 255) = 61.03%
BLUE value IS 2 (1.17% from 255) = 0.94%
R=38.03%
G=61.03%
B=0.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8113020.3800.980.4982.9796.9725.88
Hex51822260623153611a
Octal12120224601426112314132
Binary10100011000001010100110011000101100011010011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518202; }

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

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

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

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

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

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

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

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