#63832D

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

Shades of Olive Drab #63832D

Tints of Olive Drab #63832D

Color information

#63832D (or 0x63832D) is unknown color: approx Olive Drab. HEX triplet: 63, 83 and 2D. RGB value is (99,131,45). Sum of RGB (Red+Green+Blue) = 99+131+45=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 131 - color contains mainly: green. Hex color #63832D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63832D is #9C7CD2. Grayscale: #6F6F6F. Windows color (decimal): -10255571 or 2982755. OLE color: 2982755.

HSL color Cylindrical-coordinate representation of color #63832D: hue angle of 82.33º 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 #63832D is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB9913145-
CMYK0.2400.660.49
HSL82.33º48.86%34.51%-
HSV(B)82.33º65.65%51.37%-
XYZ13.7419.075.44-
YUV111.6390.4118.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36%
GREEN value IS 131 (51.56% from 255) = 47.64%
BLUE value IS 45 (17.97% from 255) = 16.36%
R=36%
G=47.64%
B=16.36%

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
Decimal99131450.2400.660.4982.3348.8634.51
Hex63832D1804231523123
Octal14320355300102611226143
Binary11000111000001110110111000010000101100011010010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63832D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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