#648424

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

Shades of Olive Drab #648424

Tints of Olive Drab #648424

Color information

#648424 (or 0x648424) is unknown color: approx Olive Drab. HEX triplet: 64, 84 and 24. RGB value is (100,132,36). Sum of RGB (Red+Green+Blue) = 100+132+36=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 132 (51.95% from 255 or 49.25% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 132 - color contains mainly: green. Hex color #648424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648424 is #9B7BDB. Grayscale: #6F6F6F. Windows color (decimal): -10189788 or 2393188. OLE color: 2393188.

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

Color convert

RGB10013236-
CMYK0.2400.730.48
HSL80º57.14%32.94%-
HSV(B)80º72.73%51.76%-
XYZ13.8319.344.67-
YUV111.4985.4119.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.31%
GREEN value IS 132 (51.95% from 255) = 49.25%
BLUE value IS 36 (14.45% from 255) = 13.43%
R=37.31%
G=49.25%
B=13.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100132360.2400.730.488057.1432.94
Hex6484241804930503921
Octal14420444300111601207141
Binary11001001000010010010011000010010011100001010000111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648424; }

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

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

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

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

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

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

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

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