Html Css Color HEX #648221 Olive Drab

📋 copy color: '#648221'

red 100 ◦ green 130 ◦ blue 33

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

Shades of Olive Drab #648221

Tints of Olive Drab #648221

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.43%

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

R = 38.02%
G = 49.43%
B = 12.55%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#648221 (or 0x648221) is known color: Olive Drab. HEX triplet: 64, 82 and 21. RGB value is (100,130,33). Sum of RGB (Red+Green+Blue) = 100+130+33=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #648221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648221 is #9B7DDE. Grayscale: #6E6E6E. Windows color (decimal): -10190303 or 2196068. OLE color: 2196068.

HSL color Cylindrical-coordinate representation of color #648221: hue angle of 78.56º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #648221 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 130 33 -
CMYK 0.23 0 0.75 0.49
HSL 78.56º 0.6% 0.32% -
HSV(B) 78.56º 0.75% 0.51% -
XYZ 13.51 18.78 4.35 -
YUV 109.97 84.56 120.89 -
System Red Green Blue C M Y K H S L
Decimal 100 130 33 0.23 0 0.75 0.49 78.56 0.6 0.32
Hex 64 82 21 17 0 4B 31 4F 3C 20
Octal 144 202 41 27 0 113 61 117 74 40
Binary 1100100 10000010 100001 10111 0 1001011 110001 1001111 111100 100000

Color Harmonies of #648221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648221

Black with #648221

Text Example


Text Example

White with #648221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648221; }

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

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

background-color css

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

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

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

border-color css

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

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

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