#64832D

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

Shades of Olive Drab #64832D

Tints of Olive Drab #64832D

Color information

#64832D (or 0x64832D) is unknown color: approx Olive Drab. HEX triplet: 64, 83 and 2D. RGB value is (100,131,45). Sum of RGB (Red+Green+Blue) = 100+131+45=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 131 - color contains mainly: green. Hex color #64832D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64832D is #9B7CD2. Grayscale: #707070. Windows color (decimal): -10190035 or 2982756. OLE color: 2982756.

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

Color convert

RGB10013145-
CMYK0.2400.660.49
HSL81.63º48.86%34.51%-
HSV(B)81.63º65.65%51.37%-
XYZ13.8519.135.45-
YUV111.9390.23119.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.23%
GREEN value IS 131 (51.56% from 255) = 47.46%
BLUE value IS 45 (17.97% from 255) = 16.30%
R=36.23%
G=47.46%
B=16.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100131450.2400.660.4981.6348.8634.51
Hex64832D1804231523123
Octal14420355300102611226143
Binary11001001000001110110111000010000101100011010010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64832D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64832D; }

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

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

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

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

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

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

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

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