Html Css Color HEX #649219 Olive Drab

📋 copy color: '#649219'

red 100 ◦ green 146 ◦ blue 25

#649219
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #649219

Tints of Olive Drab #649219

RGB

 RED value IS 100 (39.45% from 255) = 36.9%

 GREEN value IS 146 (57.42% from 255) = 53.87%

 BLUE value IS 25 (10.16% from 255) = 9.23%

R = 36.9%
G = 53.87%
B = 9.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.83

 K value IS 0.43

RGB Variations

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

Color information

#649219 (or 0x649219) is known color: Olive Drab. HEX triplet: 64, 92 and 19. RGB value is (100,146,25). Sum of RGB (Red+Green+Blue) = 100+146+25=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 146 (57.42% from 255 or 53.87% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 146 - color contains mainly: green. Hex color #649219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649219 is #9B6DE6. Grayscale: #767676. Windows color (decimal): -10186215 or 1675876. OLE color: 1675876.

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

Color convert

RGB 100 146 25 -
CMYK 0.32 0 0.83 0.43
HSL 82.81º 0.71% 0.34% -
HSV(B) 82.81º 0.83% 0.57% -
XYZ 15.71 23.34 4.6 -
YUV 118.45 75.26 114.84 -
System Red Green Blue C M Y K H S L
Decimal 100 146 25 0.32 0 0.83 0.43 82.81 0.71 0.34
Hex 64 92 19 20 0 53 2B 53 47 22
Octal 144 222 31 40 0 123 53 123 107 42
Binary 1100100 10010010 11001 100000 0 1010011 101011 1010011 1000111 100010

Color Harmonies of #649219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649219

Black with #649219

Text Example


Text Example

White with #649219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649219; }

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

 H1.HeaderClassName
 {
   color: #649219;
 }
 .AnyTagClassName
 {
   color: #649219;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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