Html Css Color HEX #518202 Olive Drab

📋 copy color: '#518202'

red 81 ◦ green 130 ◦ blue 2

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

Shades of Olive Drab #518202

Tints of Olive Drab #518202

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

 M value IS 0

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

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

RGB 81 130 2 -
CMYK 0.38 0 0.98 0.49
HSL 82.97º 0.97% 0.26% -
HSV(B) 82.97º 0.98% 0.51% -
XYZ 11.39 17.72 2.88 -
YUV 100.76 72.27 113.91 -
System Red Green Blue C M Y K H S L
Decimal 81 130 2 0.38 0 0.98 0.49 82.97 0.97 0.26
Hex 51 82 2 26 0 62 31 53 61 1A
Octal 121 202 2 46 0 142 61 123 141 32
Binary 1010001 10000010 10 100110 0 1100010 110001 1010011 1100001 11010

Color Harmonies of #518202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518202

Black with #518202

Text Example


Text Example

White with #518202

Text Example


Text Example

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