Html Css Color HEX #518002 Olive Drab

📋 copy color: '#518002'

red 81 ◦ green 128 ◦ blue 2

#518002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #518002

Tints of Olive Drab #518002

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 value IS 0.37

 M value IS 0

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#518002 (or 0x518002) is known color: 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

RGB 81 128 2 -
CMYK 0.37 0 0.98 0.50
HSL 82.38º 0.97% 0.25% -
HSV(B) 82.38º 0.98% 0.5% -
XYZ 11.12 17.19 2.79 -
YUV 99.58 72.93 114.75 -
System Red Green Blue C M Y K H S L
Decimal 81 128 2 0.37 0 0.98 0.50 82.38 0.97 0.25
Hex 51 80 2 25 0 62 32 52 61 19
Octal 121 200 2 45 0 142 62 122 141 31
Binary 1010001 10000000 10 100101 0 1100010 110010 1010010 1100001 11001

Color Harmonies of #518002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518002

Black with #518002

Text Example


Text Example

White with #518002

Text Example


Text Example

HTML Codes & Css Web 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>