#63832C

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

Shades of Olive Drab #63832C

Tints of Olive Drab #63832C

Color information

#63832C (or 0x63832C) is unknown color: approx Olive Drab. HEX triplet: 63, 83 and 2C. RGB value is (99,131,44). Sum of RGB (Red+Green+Blue) = 99+131+44=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 131 - color contains mainly: green. Hex color #63832C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63832C is #9C7CD3. Grayscale: #6F6F6F. Windows color (decimal): -10255572 or 2917219. OLE color: 2917219.

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

Color convert

RGB9913144-
CMYK0.2400.660.49
HSL82.07º49.71%34.31%-
HSV(B)82.07º66.41%51.37%-
XYZ13.7219.075.34-
YUV111.5189.9119.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.13%
GREEN value IS 131 (51.56% from 255) = 47.81%
BLUE value IS 44 (17.58% from 255) = 16.06%
R=36.13%
G=47.81%
B=16.06%

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
Decimal99131440.2400.660.4982.0749.7134.31
Hex63832C1804231523222
Octal14320354300102611226242
Binary11000111000001110110011000010000101100011010010110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63832C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63832C; }

 p { color: rgb(99,131,44); }

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

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

 a { background-color: rgb(99,131,44); }

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

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

 span { border-color: rgb(99,131,44); }

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