#63822C

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

Shades of Olive Drab #63822C

Tints of Olive Drab #63822C

Color information

#63822C (or 0x63822C) is unknown color: approx Olive Drab. HEX triplet: 63, 82 and 2C. RGB value is (99,130,44). Sum of RGB (Red+Green+Blue) = 99+130+44=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #63822C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63822C is #9C7DD3. Grayscale: #6F6F6F. Windows color (decimal): -10255828 or 2916963. OLE color: 2916963.

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

Color convert

RGB9913044-
CMYK0.2400.660.49
HSL81.63º49.43%34.12%-
HSV(B)81.63º66.15%50.98%-
XYZ13.5818.85.3-
YUV110.9390.23119.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.26%
GREEN value IS 130 (51.17% from 255) = 47.62%
BLUE value IS 44 (17.58% from 255) = 16.12%
R=36.26%
G=47.62%
B=16.12%

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
Decimal99130440.2400.660.4981.6349.4334.12
Hex63822C1804231523122
Octal14320254300102611226142
Binary11000111000001010110011000010000101100011010010110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63822C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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