#31B54A

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

Shades of Chateau Green #31B54A

Tints of Chateau Green #31B54A

Color information

#31B54A (or 0x31B54A) is unknown color: approx Chateau Green. HEX triplet: 31, B5 and 4A. RGB value is (49,181,74). Sum of RGB (Red+Green+Blue) = 49+181+74=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 181 (71.09% from 255 or 59.54% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 181 - color contains mainly: green. Hex color #31B54A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B54A is #CE4AB5. Grayscale: #818181. Windows color (decimal): -13519542 or 4896049. OLE color: 4896049.

HSL color Cylindrical-coordinate representation of color #31B54A: hue angle of 131.36º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B54A is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB4918174-
CMYK0.7300.590.29
HSL131.36º57.39%45.1%-
HSV(B)131.36º72.93%70.98%-
XYZ19.0334.212.08-
YUV129.3396.7770.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.12%
GREEN value IS 181 (71.09% from 255) = 59.54%
BLUE value IS 74 (29.30% from 255) = 24.34%
R=16.12%
G=59.54%
B=24.34%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal49181740.7300.590.29131.3657.3945.1
Hex31B54A4903B1D83392d
Octal61265112111073352037155
Binary110001101101011001010100100101110111110110000011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,181,74); }

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

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

 a { background-color: rgb(49,181,74); }

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

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

 span { border-color: rgb(49,181,74); }

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