#31AE57

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

Shades of Chateau Green #31AE57

Tints of Chateau Green #31AE57

Color information

#31AE57 (or 0x31AE57) is unknown color: approx Chateau Green. HEX triplet: 31, AE and 57. RGB value is (49,174,87). Sum of RGB (Red+Green+Blue) = 49+174+87=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 174 (68.36% from 255 or 56.13% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 174 - color contains mainly: green. Hex color #31AE57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AE57 is #CE51A8. Grayscale: #7E7E7E. Windows color (decimal): -13521321 or 5746225. OLE color: 5746225.

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

Color convert

RGB4917487-
CMYK0.7200.50.32
HSL138.24º56.05%43.73%-
HSV(B)138.24º71.84%68.24%-
XYZ18.1231.6114.16-
YUV126.71105.5972.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.81%
GREEN value IS 174 (68.36% from 255) = 56.13%
BLUE value IS 87 (34.38% from 255) = 28.06%
R=15.81%
G=56.13%
B=28.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49174870.7200.50.32138.2456.0543.73
Hex31AE5748032208a382c
Octal61256127110062402127054
Binary1100011010111010101111001000011001010000010001010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31AE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,174,87); }

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

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

 a { background-color: rgb(49,174,87); }

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

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

 span { border-color: rgb(49,174,87); }

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