#518302

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

Shades of Olive Drab #518302

Tints of Olive Drab #518302

Color information

#518302 (or 0x518302) is unknown color: approx Olive Drab. HEX triplet: 51, 83 and 02. RGB value is (81,131,2). Sum of RGB (Red+Green+Blue) = 81+131+2=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 131 (51.56% from 255 or 61.21% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 131 - color contains mainly: green. Hex color #518302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #518302 is #AE7CFD. Grayscale: #656565. Windows color (decimal): -11435262 or 164689. OLE color: 164689.

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

Color convert

RGB811312-
CMYK0.3800.980.49
HSL83.26º96.99%26.08%-
HSV(B)83.26º98.47%51.37%-
XYZ11.5217.992.92-
YUV101.3471.94113.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.85%
GREEN value IS 131 (51.56% from 255) = 61.21%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=37.85%
G=61.21%
B=0.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8113120.3800.980.4983.2696.9926.08
Hex51832260623153611a
Octal12120324601426112314132
Binary10100011000001110100110011000101100011010011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518302; }

 p { color: rgb(81,131,2); }

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

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

 a { background-color: rgb(81,131,2); }

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

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

 span { border-color: rgb(81,131,2); }

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