#31AE58

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

Shades of Chateau Green #31AE58

Tints of Chateau Green #31AE58

Color information

#31AE58 (or 0x31AE58) is unknown color: approx Chateau Green. HEX triplet: 31, AE and 58. RGB value is (49,174,88). Sum of RGB (Red+Green+Blue) = 49+174+88=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 174 (68.36% from 255 or 55.95% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 174 - color contains mainly: green. Hex color #31AE58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AE58 is #CE51A7. Grayscale: #7F7F7F. Windows color (decimal): -13521320 or 5811761. OLE color: 5811761.

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

Color convert

RGB4917488-
CMYK0.7200.490.32
HSL138.72º56.05%43.73%-
HSV(B)138.72º71.84%68.24%-
XYZ18.1631.6314.38-
YUV126.82106.0972.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.76%
GREEN value IS 174 (68.36% from 255) = 55.95%
BLUE value IS 88 (34.77% from 255) = 28.30%
R=15.76%
G=55.95%
B=28.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49174880.7200.490.32138.7256.0543.73
Hex31AE5848031208b382c
Octal61256130110061402137054
Binary1100011010111010110001001000011000110000010001011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31AE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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