Html Css Color HEX #518401 Olive Drab

📋 copy color: '#518401'

red 81 ◦ green 132 ◦ blue 1

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

Shades of Olive Drab #518401

Tints of Olive Drab #518401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 61.68%

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

R = 37.85%
G = 61.68%
B = 0.47%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#518401 (or 0x518401) is known color: Olive Drab. HEX triplet: 51, 84 and 01. RGB value is (81,132,1). Sum of RGB (Red+Green+Blue) = 81+132+1=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 132 (51.95% from 255 or 61.68% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 132 - color contains mainly: green. Hex color #518401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #518401 is #AE7BFE. Grayscale: #666666. Windows color (decimal): -11435007 or 99409. OLE color: 99409.

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

Color convert

RGB 81 132 1 -
CMYK 0.39 0 0.99 0.48
HSL 83.36º 0.98% 0.26% -
HSV(B) 83.36º 0.99% 0.52% -
XYZ 11.65 18.25 2.94 -
YUV 101.82 71.1 113.15 -
System Red Green Blue C M Y K H S L
Decimal 81 132 1 0.39 0 0.99 0.48 83.36 0.98 0.26
Hex 51 84 1 27 0 63 30 53 62 1A
Octal 121 204 1 47 0 143 60 123 142 32
Binary 1010001 10000100 1 100111 0 1100011 110000 1010011 1100010 11010

Color Harmonies of #518401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518401

Black with #518401

Text Example


Text Example

White with #518401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518401; }

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

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

background-color css

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

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

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

border-color css

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

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

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