Html Css Color HEX #518302 Olive Drab

📋 copy color: '#518302'

red 81 ◦ green 131 ◦ blue 2

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

Shades of Olive Drab #518302

Tints of Olive Drab #518302

RGB

 RED value IS 81 (32.03% from 255) = 37.85%

 GREEN value IS 131 (51.56% from 255) = 61.21%

 BLUE value IS 2 (1.17% from 255) = 0.93%

R = 37.85%
G = 61.21%
B = 0.93%

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

#518302 (or 0x518302) is known color: Olive Drab. HEX triplet: 51, 83 and 02. RGB value is (81,131,2). Sum of RGB (Red+Green+Blue) = 81+131+2=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 131 (51.56% from 255 or 61.21% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 131 - color contains mainly: green. Hex color #518302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #518302 is #AE7CFD. Grayscale: #656565. Windows color (decimal): -11435262 or 164689. OLE color: 164689.

HSL color Cylindrical-coordinate representation of color #518302: hue angle of 83.26º 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 #518302 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 131 2 -
CMYK 0.38 0 0.98 0.49
HSL 83.26º 0.97% 0.26% -
HSV(B) 83.26º 0.98% 0.51% -
XYZ 11.52 17.99 2.92 -
YUV 101.34 71.94 113.49 -
System Red Green Blue C M Y K H S L
Decimal 81 131 2 0.38 0 0.98 0.49 83.26 0.97 0.26
Hex 51 83 2 26 0 62 31 53 61 1A
Octal 121 203 2 46 0 142 61 123 141 32
Binary 1010001 10000011 10 100110 0 1100010 110001 1010011 1100001 11010

Color Harmonies of #518302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518302

Black with #518302

Text Example


Text Example

White with #518302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518302; }

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

 H1.HeaderClassName
 {
   color: #518302;
 }
 .AnyTagClassName
 {
   color: #518302;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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