#63822E

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

Shades of Olive Drab #63822E

Tints of Olive Drab #63822E

Color information

#63822E (or 0x63822E) is unknown color: approx Olive Drab. HEX triplet: 63, 82 and 2E. RGB value is (99,130,46). Sum of RGB (Red+Green+Blue) = 99+130+46=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #63822E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63822E is #9C7DD1. Grayscale: #6F6F6F. Windows color (decimal): -10255826 or 3048035. OLE color: 3048035.

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

Color convert

RGB9913046-
CMYK0.2400.650.49
HSL82.14º47.73%34.51%-
HSV(B)82.14º64.62%50.98%-
XYZ13.6218.825.5-
YUV111.1691.23119.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36%
GREEN value IS 130 (51.17% from 255) = 47.27%
BLUE value IS 46 (18.36% from 255) = 16.73%
R=36%
G=47.27%
B=16.73%

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
Decimal99130460.2400.650.4982.1447.7334.51
Hex63822E1804131523023
Octal14320256300101611226043
Binary11000111000001010111011000010000011100011010010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63822E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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