#649319

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

Shades of Olive Drab #649319

Tints of Olive Drab #649319

Color information

#649319 (or 0x649319) is unknown color: approx Olive Drab. HEX triplet: 64, 93 and 19. RGB value is (100,147,25). Sum of RGB (Red+Green+Blue) = 100+147+25=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #649319 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649319 is #9B6CE6. Grayscale: #777777. Windows color (decimal): -10185959 or 1676132. OLE color: 1676132.

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

Color convert

RGB10014725-
CMYK0.3200.830.42
HSL83.11º70.93%33.73%-
HSV(B)83.11º82.99%57.65%-
XYZ15.8623.654.65-
YUV119.0474.93114.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.76%
GREEN value IS 147 (57.81% from 255) = 54.04%
BLUE value IS 25 (10.16% from 255) = 9.19%
R=36.76%
G=54.04%
B=9.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100147250.3200.830.4283.1170.9333.73
Hex649319200532A534722
Octal144223314001235212310742
Binary110010010010011110011000000101001110101010100111000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649319; }

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

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

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

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

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

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

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

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