#648224

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

Shades of Olive Drab #648224

Tints of Olive Drab #648224

Color information

#648224 (or 0x648224) is unknown color: approx Olive Drab. HEX triplet: 64, 82 and 24. RGB value is (100,130,36). Sum of RGB (Red+Green+Blue) = 100+130+36=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #648224 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648224 is #9B7DDB. Grayscale: #6E6E6E. Windows color (decimal): -10190300 or 2392676. OLE color: 2392676.

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

Color convert

RGB10013036-
CMYK0.2300.720.49
HSL79.15º56.63%32.55%-
HSV(B)79.15º72.31%50.98%-
XYZ13.5618.84.58-
YUV110.3186.06120.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.59%
GREEN value IS 130 (51.17% from 255) = 48.87%
BLUE value IS 36 (14.45% from 255) = 13.53%
R=37.59%
G=48.87%
B=13.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100130360.2300.720.4979.1556.6332.55
Hex64822417048314f3921
Octal14420244270110611177141
Binary11001001000001010010010111010010001100011001111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648224; }

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

 H1.HeaderClassName
 {
   color: #648224;
 }
 .AnyTagClassName
 {
   color: #648224;
 }
</style>
background-color css

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

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

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

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

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

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