#658332

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

Shades of Olive Drab #658332

Tints of Olive Drab #658332

Color information

#658332 (or 0x658332) is unknown color: approx Olive Drab. HEX triplet: 65, 83 and 32. RGB value is (101,131,50). Sum of RGB (Red+Green+Blue) = 101+131+50=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #658332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658332 is #9A7CCD. Grayscale: #717171. Windows color (decimal): -10124494 or 3310437. OLE color: 3310437.

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

Color convert

RGB10113150-
CMYK0.2300.620.49
HSL82.22º44.75%35.49%-
HSV(B)82.22º61.83%51.37%-
XYZ14.0619.235.99-
YUV112.892.56119.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.82%
GREEN value IS 131 (51.56% from 255) = 46.45%
BLUE value IS 50 (19.92% from 255) = 17.73%
R=35.82%
G=46.45%
B=17.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101131500.2300.620.4982.2244.7535.49
Hex6583321703E31522d23
Octal1452036227076611225543
Binary1100101100000111100101011101111101100011010010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658332; }

 p { color: rgb(101,131,50); }

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

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

 a { background-color: rgb(101,131,50); }

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

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

 span { border-color: rgb(101,131,50); }

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