Html Css Color HEX #518004 Olive Drab

📋 copy color: '#518004'

red 81 ◦ green 128 ◦ blue 4

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

Shades of Olive Drab #518004

Tints of Olive Drab #518004

RGB

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

 GREEN value IS 128 (50.39% from 255) = 60.09%

 BLUE value IS 4 (1.95% from 255) = 1.88%

R = 38.03%
G = 60.09%
B = 1.88%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#518004 (or 0x518004) is known color: Olive Drab. HEX triplet: 51, 80 and 04. RGB value is (81,128,4). Sum of RGB (Red+Green+Blue) = 81+128+4=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 128 (50.39% from 255 or 60.09% from 213); Blue value is 4 (1.95% from 255 or 1.88% from 213); Max value from RGB is 128 - color contains mainly: green. Hex color #518004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #518004 is #AE7FFB. Grayscale: #646464. Windows color (decimal): -11436028 or 294993. OLE color: 294993.

HSL color Cylindrical-coordinate representation of color #518004: hue angle of 82.74º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #518004 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 128 4 -
CMYK 0.37 0 0.97 0.50
HSL 82.74º 0.94% 0.26% -
HSV(B) 82.74º 0.97% 0.5% -
XYZ 11.13 17.2 2.85 -
YUV 99.81 73.93 114.58 -
System Red Green Blue C M Y K H S L
Decimal 81 128 4 0.37 0 0.97 0.50 82.74 0.94 0.26
Hex 51 80 4 25 0 61 32 53 5E 1A
Octal 121 200 4 45 0 141 62 123 136 32
Binary 1010001 10000000 100 100101 0 1100001 110010 1010011 1011110 11010

Color Harmonies of #518004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518004

Black with #518004

Text Example


Text Example

White with #518004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518004; }

 p { color: rgb(81,128,4); }

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

background-color css

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

 a { background-color: rgb(81,128,4); }

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

border-color css

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

 span { border-color: rgb(81,128,4); }

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