Html Css Color HEX #518201 Olive Drab

📋 copy color: '#518201'

red 81 ◦ green 130 ◦ blue 1

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

Shades of Olive Drab #518201

Tints of Olive Drab #518201

RGB

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

 GREEN value IS 130 (51.17% from 255) = 61.32%

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 38.21%
G = 61.32%
B = 0.47%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#518201 (or 0x518201) is known color: Olive Drab. HEX triplet: 51, 82 and 01. RGB value is (81,130,1). Sum of RGB (Red+Green+Blue) = 81+130+1=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 130 (51.17% from 255 or 61.32% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 130 - color contains mainly: green. Hex color #518201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #518201 is #AE7DFE. Grayscale: #656565. Windows color (decimal): -11435519 or 98897. OLE color: 98897.

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

Color convert

RGB 81 130 1 -
CMYK 0.38 0 0.99 0.49
HSL 82.79º 0.98% 0.26% -
HSV(B) 82.79º 0.99% 0.51% -
XYZ 11.38 17.72 2.85 -
YUV 100.64 71.77 113.99 -
System Red Green Blue C M Y K H S L
Decimal 81 130 1 0.38 0 0.99 0.49 82.79 0.98 0.26
Hex 51 82 1 26 0 63 31 53 62 1A
Octal 121 202 1 46 0 143 61 123 142 32
Binary 1010001 10000010 1 100110 0 1100011 110001 1010011 1100010 11010

Color Harmonies of #518201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518201

Black with #518201

Text Example


Text Example

White with #518201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518201; }

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

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

background-color css

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

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

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

border-color css

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

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

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