#649518

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

Shades of Olive Drab #649518

Tints of Olive Drab #649518

Color information

#649518 (or 0x649518) is unknown color: approx Olive Drab. HEX triplet: 64, 95 and 18. RGB value is (100,149,24). Sum of RGB (Red+Green+Blue) = 100+149+24=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #649518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649518 is #9B6AE7. Grayscale: #787878. Windows color (decimal): -10185448 or 1611108. OLE color: 1611108.

HSL color Cylindrical-coordinate representation of color #649518: hue angle of 83.52º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #649518 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB10014924-
CMYK0.3300.840.42
HSL83.52º72.25%33.92%-
HSV(B)83.52º83.89%58.43%-
XYZ16.1724.274.7-
YUV120.173.77113.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.63%
GREEN value IS 149 (58.59% from 255) = 54.58%
BLUE value IS 24 (9.77% from 255) = 8.79%
R=36.63%
G=54.58%
B=8.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100149240.3300.840.4283.5272.2533.92
Hex649518210542A544822
Octal144225304101245212411042
Binary110010010010101110001000010101010010101010101001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649518; }

 p { color: rgb(100,149,24); }

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

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

 a { background-color: rgb(100,149,24); }

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

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

 span { border-color: rgb(100,149,24); }

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