#648421

Color #648421 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #648421

Tints of Olive Drab #648421

Color information

#648421 (or 0x648421) is unknown color: approx 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

RGB10013233-
CMYK0.2400.750.48
HSL79.39º60%32.35%-
HSV(B)79.39º75%51.76%-
XYZ13.7819.324.44-
YUV111.1583.9120.05-

RGB Variations

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

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 (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100132330.2400.750.4879.396032.35
Hex6484211804B304f3c20
Octal14420441300113601177440
Binary11001001000010010000111000010010111100001001111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>