#648324

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

Shades of Olive Drab #648324

Tints of Olive Drab #648324

Color information

#648324 (or 0x648324) is unknown color: approx Olive Drab. HEX triplet: 64, 83 and 24. RGB value is (100,131,36). Sum of RGB (Red+Green+Blue) = 100+131+36=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 36 (14.45% from 255 or 13.48% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #648324 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648324 is #9B7CDB. Grayscale: #6F6F6F. Windows color (decimal): -10190044 or 2392932. OLE color: 2392932.

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

Color convert

RGB10013136-
CMYK0.2400.730.49
HSL79.58º56.89%32.75%-
HSV(B)79.58º72.52%51.37%-
XYZ13.6919.074.63-
YUV110.985.73120.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.45%
GREEN value IS 131 (51.56% from 255) = 49.06%
BLUE value IS 36 (14.45% from 255) = 13.48%
R=37.45%
G=49.06%
B=13.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100131360.2400.730.4979.5856.8932.75
Hex6483241804931503921
Octal14420344300111611207141
Binary11001001000001110010011000010010011100011010000111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648324; }

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

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

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

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

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

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

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

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