#64832E

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

Shades of Olive Drab #64832E

Tints of Olive Drab #64832E

Color information

#64832E (or 0x64832E) is unknown color: approx Olive Drab. HEX triplet: 64, 83 and 2E. RGB value is (100,131,46). Sum of RGB (Red+Green+Blue) = 100+131+46=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 131 (51.56% from 255 or 47.29% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 131 - color contains mainly: green. Hex color #64832E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64832E is #9B7CD1. Grayscale: #707070. Windows color (decimal): -10190034 or 3048292. OLE color: 3048292.

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

Color convert

RGB10013146-
CMYK0.2400.650.49
HSL81.88º48.02%34.71%-
HSV(B)81.88º64.89%51.37%-
XYZ13.8619.145.55-
YUV112.0490.73119.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.10%
GREEN value IS 131 (51.56% from 255) = 47.29%
BLUE value IS 46 (18.36% from 255) = 16.61%
R=36.10%
G=47.29%
B=16.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100131460.2400.650.4981.8848.0234.71
Hex64832E1804131523023
Octal14420356300101611226043
Binary11001001000001110111011000010000011100011010010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64832E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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