Html Css Color HEX #518400 Olive Drab

📋 copy color: '#518400'

red 81 ◦ green 132 ◦ blue 0

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

Shades of Olive Drab #518400

Tints of Olive Drab #518400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.03%
G = 61.97%
B = 0%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#518400 (or 0x518400) is known color: Olive Drab. HEX triplet: 51, 84 and 00. RGB value is (81,132,0). Sum of RGB (Red+Green+Blue) = 81+132+0=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 132 (51.95% from 255 or 61.97% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 132 - color contains mainly: green. Hex color #518400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #518400 is #AE7BFF. Grayscale: #666666. Windows color (decimal): -11435008 or 33873. OLE color: 33873.

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

Color convert

RGB 81 132 0 -
CMYK 0.39 0 1 0.48
HSL 83.18º 1% 0.26% -
HSV(B) 83.18º 1% 0.52% -
XYZ 11.64 18.25 2.91 -
YUV 101.7 70.6 113.23 -
System Red Green Blue C M Y K H S L
Decimal 81 132 0 0.39 0 1 0.48 83.18 1 0.26
Hex 51 84 0 27 0 64 30 53 64 1A
Octal 121 204 0 47 0 144 60 123 144 32
Binary 1010001 10000100 0 100111 0 1100100 110000 1010011 1100100 11010

Color Harmonies of #518400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518400

Black with #518400

Text Example


Text Example

White with #518400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518400; }

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

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

background-color css

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

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

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

border-color css

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

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

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