#31B54F

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

Shades of Chateau Green #31B54F

Tints of Chateau Green #31B54F

Color information

#31B54F (or 0x31B54F) is unknown color: approx Chateau Green. HEX triplet: 31, B5 and 4F. RGB value is (49,181,79). Sum of RGB (Red+Green+Blue) = 49+181+79=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 181 (71.09% from 255 or 58.58% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 181 - color contains mainly: green. Hex color #31B54F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B54F is #CE4AB0. Grayscale: #828282. Windows color (decimal): -13519537 or 5223729. OLE color: 5223729.

HSL color Cylindrical-coordinate representation of color #31B54F: hue angle of 133.64º 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 #31B54F is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB4918179-
CMYK0.7300.560.29
HSL133.64º57.39%45.1%-
HSV(B)133.64º72.93%70.98%-
XYZ19.234.2713-
YUV129.999.2770.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.86%
GREEN value IS 181 (71.09% from 255) = 58.58%
BLUE value IS 79 (31.25% from 255) = 25.57%
R=15.86%
G=58.58%
B=25.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal49181790.7300.560.29133.6457.3945.1
Hex31B54F490381D86392d
Octal61265117111070352067155
Binary110001101101011001111100100101110001110110000110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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