#31A147

Color #31A147 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #31A147

Tints of Chateau Green #31A147

Color information

#31A147 (or 0x31A147) is unknown color: approx Chateau Green. HEX triplet: 31, A1 and 47. RGB value is (49,161,71). Sum of RGB (Red+Green+Blue) = 49+161+71=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 161 (63.28% from 255 or 57.30% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 161 - color contains mainly: green. Hex color #31A147 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31A147 is #CE5EB8. Grayscale: #757575. Windows color (decimal): -13524665 or 4694321. OLE color: 4694321.

HSL color Cylindrical-coordinate representation of color #31A147: hue angle of 131.79º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A147 is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB4916171-
CMYK0.7000.560.37
HSL131.79º53.33%41.18%-
HSV(B)131.79º69.57%63.14%-
XYZ15.1526.610.3-
YUV117.25101.8979.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.44%
GREEN value IS 161 (63.28% from 255) = 57.30%
BLUE value IS 71 (28.12% from 255) = 25.27%
R=17.44%
G=57.30%
B=25.27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal49161710.7000.560.37131.7953.3341.18
Hex31A1474603825843529
Octal61241107106070452046551
Binary1100011010000110001111000110011100010010110000100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31A147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31A147; }

 p { color: rgb(49,161,71); }

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

<style>
 a { background-color: #31A147; }

 a { background-color: rgb(49,161,71); }

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

<style>
 span { border-color: #31A147; }

 span { border-color: rgb(49,161,71); }

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