#63714A

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

Shades of Chalet Green #63714A

Tints of Chalet Green #63714A

Color information

#63714A (or 0x63714A) is unknown color: approx Chalet Green. HEX triplet: 63, 71 and 4A. RGB value is (99,113,74). Sum of RGB (Red+Green+Blue) = 99+113+74=286 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.62% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 113 - color contains mainly: green. Hex color #63714A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63714A is #9C8EB5. Grayscale: #686868. Windows color (decimal): -10260150 or 4878691. OLE color: 4878691.

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

Color convert

RGB9911374-
CMYK0.1200.350.56
HSL81.54º20.86%36.67%-
HSV(B)81.54º34.51%44.31%-
XYZ12.2914.968.72-
YUV104.37110.86124.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.62%
GREEN value IS 113 (44.53% from 255) = 39.51%
BLUE value IS 74 (29.30% from 255) = 25.87%
R=34.62%
G=39.51%
B=25.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99113740.1200.350.5681.5420.8636.67
Hex63714AC02338521525
Octal14316111214043701222545
Binary11000111110001100101011000100011111000101001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63714A; }

 p { color: rgb(99,113,74); }

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

<style>
 a { background-color: #63714A; }

 a { background-color: rgb(99,113,74); }

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

<style>
 span { border-color: #63714A; }

 span { border-color: rgb(99,113,74); }

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