Html Css Color HEX #648421 Olive Drab

📋 copy color: '#648421'

red 100 ◦ green 132 ◦ blue 33

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

Shades of Olive Drab #648421

Tints of Olive Drab #648421

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.81%

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

R = 37.74%
G = 49.81%
B = 12.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#648421 (or 0x648421) is known color: Olive Drab. HEX triplet: 64, 84 and 21. RGB value is (100,132,33). Sum of RGB (Red+Green+Blue) = 100+132+33=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 132 - color contains mainly: green. Hex color #648421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648421 is #9B7BDE. Grayscale: #6F6F6F. Windows color (decimal): -10189791 or 2196580. OLE color: 2196580.

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

Color convert

RGB 100 132 33 -
CMYK 0.24 0 0.75 0.48
HSL 79.39º 0.6% 0.32% -
HSV(B) 79.39º 0.75% 0.52% -
XYZ 13.78 19.32 4.44 -
YUV 111.15 83.9 120.05 -
System Red Green Blue C M Y K H S L
Decimal 100 132 33 0.24 0 0.75 0.48 79.39 0.6 0.32
Hex 64 84 21 18 0 4B 30 4F 3C 20
Octal 144 204 41 30 0 113 60 117 74 40
Binary 1100100 10000100 100001 11000 0 1001011 110000 1001111 111100 100000

Color Harmonies of #648421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648421

Black with #648421

Text Example


Text Example

White with #648421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648421; }

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

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

background-color css

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

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

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

border-color css

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

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

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