#31AE4E

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

Shades of Chateau Green #31AE4E

Tints of Chateau Green #31AE4E

Color information

#31AE4E (or 0x31AE4E) is unknown color: approx Chateau Green. HEX triplet: 31, AE and 4E. RGB value is (49,174,78). Sum of RGB (Red+Green+Blue) = 49+174+78=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 174 (68.36% from 255 or 57.81% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 174 - color contains mainly: green. Hex color #31AE4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AE4E is #CE51B1. Grayscale: #7D7D7D. Windows color (decimal): -13521330 or 5156401. OLE color: 5156401.

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

Color convert

RGB4917478-
CMYK0.7200.550.32
HSL133.92º56.05%43.73%-
HSV(B)133.92º71.84%68.24%-
XYZ17.7831.4812.35-
YUV125.68101.0973.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.28%
GREEN value IS 174 (68.36% from 255) = 57.81%
BLUE value IS 78 (30.86% from 255) = 25.91%
R=16.28%
G=57.81%
B=25.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal49174780.7200.550.32133.9256.0543.73
Hex31AE4E480372086382c
Octal61256116110067402067054
Binary1100011010111010011101001000011011110000010000110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31AE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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