#518200

Color #518200 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #518200

Tints of Olive Drab #518200

Color information

#518200 (or 0x518200) is unknown color: approx Olive Drab. HEX triplet: 51, 82 and 00. RGB value is (81,130,0). Sum of RGB (Red+Green+Blue) = 81+130+0=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 130 (51.17% from 255 or 61.61% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 130 - color contains mainly: green. Hex color #518200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #518200 is #AE7DFF. Grayscale: #656565. Windows color (decimal): -11435520 or 33361. OLE color: 33361.

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

Color convert

RGB811300-
CMYK0.38010.49
HSL82.62º100%25.49%-
HSV(B)82.62º100%50.98%-
XYZ11.3817.712.82-
YUV100.5371.27114.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.39%
GREEN value IS 130 (51.17% from 255) = 61.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=38.39%
G=61.61%
B=0%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8113000.38010.4982.6210025.49
Hex518202606431536419
Octal12120204601446112314431
Binary1010001100000100100110011001001100011010011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518200; }

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

 H1.HeaderClassName
 {
   color: #518200;
 }
 .AnyTagClassName
 {
   color: #518200;
 }
</style>
background-color css

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

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

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

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

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

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