#63704D

Color #63704D Chalet Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chalet Green #63704D

Tints of Chalet Green #63704D

Color information

#63704D (or 0x63704D) is unknown color: approx Chalet Green. HEX triplet: 63, 70 and 4D. RGB value is (99,112,77). Sum of RGB (Red+Green+Blue) = 99+112+77=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #63704D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63704D is #9C8FB2. Grayscale: #686868. Windows color (decimal): -10260403 or 5075043. OLE color: 5075043.

HSL color Cylindrical-coordinate representation of color #63704D: hue angle of 82.29º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #63704D is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB9911277-
CMYK0.1200.310.56
HSL82.29º18.52%37.06%-
HSV(B)82.29º31.25%43.92%-
XYZ12.2814.789.23-
YUV104.12112.69124.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.38%
GREEN value IS 112 (44.14% from 255) = 38.89%
BLUE value IS 77 (30.47% from 255) = 26.74%
R=34.38%
G=38.89%
B=26.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99112770.1200.310.5682.2918.5237.06
Hex63704DC01F38521325
Octal14316011514037701222345
Binary1100011111000010011011100011111111000101001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,112,77); }

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

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

 a { background-color: rgb(99,112,77); }

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

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

 span { border-color: rgb(99,112,77); }

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