Html Css Color HEX #649020 Olive Drab

📋 copy color: '#649020'

red 100 ◦ green 144 ◦ blue 32

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

Shades of Olive Drab #649020

Tints of Olive Drab #649020

RGB

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

 GREEN value IS 144 (56.64% from 255) = 52.17%

 BLUE value IS 32 (12.89% from 255) = 11.59%

R = 36.23%
G = 52.17%
B = 11.59%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#649020 (or 0x649020) is known color: Olive Drab. HEX triplet: 64, 90 and 20. RGB value is (100,144,32). Sum of RGB (Red+Green+Blue) = 100+144+32=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 144 (56.64% from 255 or 52.17% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 144 - color contains mainly: green. Hex color #649020 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649020 is #9B6FDF. Grayscale: #767676. Windows color (decimal): -10186720 or 2134116. OLE color: 2134116.

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

Color convert

RGB 100 144 32 -
CMYK 0.31 0 0.78 0.44
HSL 83.57º 0.64% 0.35% -
HSV(B) 83.57º 0.78% 0.56% -
XYZ 15.49 22.76 4.94 -
YUV 118.08 79.42 115.11 -
System Red Green Blue C M Y K H S L
Decimal 100 144 32 0.31 0 0.78 0.44 83.57 0.64 0.35
Hex 64 90 20 1F 0 4E 2C 54 40 23
Octal 144 220 40 37 0 116 54 124 100 43
Binary 1100100 10010000 100000 11111 0 1001110 101100 1010100 1000000 100011

Color Harmonies of #649020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649020

Black with #649020

Text Example


Text Example

White with #649020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649020; }

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

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

background-color css

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

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

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

border-color css

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

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

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