#649019

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

Shades of Olive Drab #649019

Tints of Olive Drab #649019

Color information

#649019 (or 0x649019) is unknown color: approx Olive Drab. HEX triplet: 64, 90 and 19. RGB value is (100,144,25). Sum of RGB (Red+Green+Blue) = 100+144+25=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 144 (56.64% from 255 or 53.53% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 144 - color contains mainly: green. Hex color #649019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649019 is #9B6FE6. Grayscale: #757575. Windows color (decimal): -10186727 or 1675364. OLE color: 1675364.

HSL color Cylindrical-coordinate representation of color #649019: hue angle of 82.18º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #649019 is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB10014425-
CMYK0.3100.830.44
HSL82.18º70.41%33.14%-
HSV(B)82.18º82.64%56.47%-
XYZ15.422.734.49-
YUV117.2875.92115.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.17%
GREEN value IS 144 (56.64% from 255) = 53.53%
BLUE value IS 25 (10.16% from 255) = 9.29%
R=37.17%
G=53.53%
B=9.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100144250.3100.830.4482.1870.4133.14
Hex6490191F0532C524621
Octal144220313701235412210641
Binary11001001001000011001111110101001110110010100101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649019; }

 p { color: rgb(100,144,25); }

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

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

 a { background-color: rgb(100,144,25); }

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

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

 span { border-color: rgb(100,144,25); }

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