Html Css Color HEX #649021 Olive Drab

📋 copy color: '#649021'

red 100 ◦ green 144 ◦ blue 33

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

Shades of Olive Drab #649021

Tints of Olive Drab #649021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.91%

R = 36.1%
G = 51.99%
B = 11.91%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#649021 (or 0x649021) is known color: Olive Drab. HEX triplet: 64, 90 and 21. RGB value is (100,144,33). Sum of RGB (Red+Green+Blue) = 100+144+33=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #649021 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649021 is #9B6FDE. Grayscale: #767676. Windows color (decimal): -10186719 or 2199652. OLE color: 2199652.

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

Color convert

RGB 100 144 33 -
CMYK 0.31 0 0.77 0.44
HSL 83.78º 0.63% 0.35% -
HSV(B) 83.78º 0.77% 0.56% -
XYZ 15.5 22.77 5.02 -
YUV 118.19 79.92 115.03 -
System Red Green Blue C M Y K H S L
Decimal 100 144 33 0.31 0 0.77 0.44 83.78 0.63 0.35
Hex 64 90 21 1F 0 4D 2C 54 3F 23
Octal 144 220 41 37 0 115 54 124 77 43
Binary 1100100 10010000 100001 11111 0 1001101 101100 1010100 111111 100011

Color Harmonies of #649021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649021

Black with #649021

Text Example


Text Example

White with #649021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649021; }

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

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

background-color css

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

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

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

border-color css

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

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

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