#31AE53

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

Shades of Chateau Green #31AE53

Tints of Chateau Green #31AE53

Color information

#31AE53 (or 0x31AE53) is unknown color: approx Chateau Green. HEX triplet: 31, AE and 53. RGB value is (49,174,83). Sum of RGB (Red+Green+Blue) = 49+174+83=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 174 (68.36% from 255 or 56.86% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 174 - color contains mainly: green. Hex color #31AE53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AE53 is #CE51AC. Grayscale: #7E7E7E. Windows color (decimal): -13521325 or 5484081. OLE color: 5484081.

HSL color Cylindrical-coordinate representation of color #31AE53: hue angle of 136.32º 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 #31AE53 is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB4917483-
CMYK0.7200.520.32
HSL136.32º56.05%43.73%-
HSV(B)136.32º71.84%68.24%-
XYZ17.9631.5513.33-
YUV126.25103.5972.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.01%
GREEN value IS 174 (68.36% from 255) = 56.86%
BLUE value IS 83 (32.81% from 255) = 27.12%
R=16.01%
G=56.86%
B=27.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49174830.7200.520.32136.3256.0543.73
Hex31AE53480342088382c
Octal61256123110064402107054
Binary1100011010111010100111001000011010010000010001000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31AE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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