#31B049

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

Shades of Chateau Green #31B049

Tints of Chateau Green #31B049

Color information

#31B049 (or 0x31B049) is unknown color: approx Chateau Green. HEX triplet: 31, B0 and 49. RGB value is (49,176,73). Sum of RGB (Red+Green+Blue) = 49+176+73=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 176 (69.14% from 255 or 59.06% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 176 - color contains mainly: green. Hex color #31B049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31B049 is #CE4FB6. Grayscale: #7E7E7E. Windows color (decimal): -13520823 or 4829233. OLE color: 4829233.

HSL color Cylindrical-coordinate representation of color #31B049: hue angle of 131.34º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B049 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB4917673-
CMYK0.7200.590.31
HSL131.34º56.44%44.12%-
HSV(B)131.34º72.16%69.02%-
XYZ17.9932.1811.57-
YUV126.2897.9272.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.44%
GREEN value IS 176 (69.14% from 255) = 59.06%
BLUE value IS 73 (28.91% from 255) = 24.50%
R=16.44%
G=59.06%
B=24.50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal49176730.7200.590.31131.3456.4444.12
Hex31B0494803B1F83382c
Octal61260111110073372037054
Binary110001101100001001001100100001110111111110000011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,176,73); }

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

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

 a { background-color: rgb(49,176,73); }

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

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

 span { border-color: rgb(49,176,73); }

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