Html Css Color HEX #518104 Olive Drab

📋 copy color: '#518104'

red 81 ◦ green 129 ◦ blue 4

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

Shades of Olive Drab #518104

Tints of Olive Drab #518104

RGB

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

 GREEN value IS 129 (50.78% from 255) = 60.28%

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

R = 37.85%
G = 60.28%
B = 1.87%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#518104 (or 0x518104) is known color: Olive Drab. HEX triplet: 51, 81 and 04. RGB value is (81,129,4). Sum of RGB (Red+Green+Blue) = 81+129+4=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 129 (50.78% from 255 or 60.28% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 129 - color contains mainly: green. Hex color #518104 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #518104 is #AE7EFB. Grayscale: #646464. Windows color (decimal): -11435772 or 295249. OLE color: 295249.

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

Color convert

RGB 81 129 4 -
CMYK 0.37 0 0.97 0.49
HSL 83.04º 0.94% 0.26% -
HSV(B) 83.04º 0.97% 0.51% -
XYZ 11.27 17.46 2.89 -
YUV 100.4 73.6 114.16 -
System Red Green Blue C M Y K H S L
Decimal 81 129 4 0.37 0 0.97 0.49 83.04 0.94 0.26
Hex 51 81 4 25 0 61 31 53 5E 1A
Octal 121 201 4 45 0 141 61 123 136 32
Binary 1010001 10000001 100 100101 0 1100001 110001 1010011 1011110 11010

Color Harmonies of #518104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518104

Black with #518104

Text Example


Text Example

White with #518104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518104; }

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

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

background-color css

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

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

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

border-color css

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

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

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