#31B953

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

Shades of Chateau Green #31B953

Tints of Chateau Green #31B953

Color information

#31B953 (or 0x31B953) is unknown color: approx Chateau Green. HEX triplet: 31, B9 and 53. RGB value is (49,185,83). Sum of RGB (Red+Green+Blue) = 49+185+83=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 185 (72.66% from 255 or 58.36% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 185 - color contains mainly: green. Hex color #31B953 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B953 is #CE46AC. Grayscale: #848484. Windows color (decimal): -13518509 or 5486897. OLE color: 5486897.

HSL color Cylindrical-coordinate representation of color #31B953: hue angle of 135º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31B953 is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB4918583-
CMYK0.7400.550.27
HSL135º58.12%45.88%-
HSV(B)135º73.51%72.55%-
XYZ20.1835.9814.06-
YUV132.7199.9468.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.46%
GREEN value IS 185 (72.66% from 255) = 58.36%
BLUE value IS 83 (32.81% from 255) = 26.18%
R=15.46%
G=58.36%
B=26.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal49185830.7400.550.2713558.1245.88
Hex31B9534A0371B873a2e
Octal61271123112067332077256
Binary110001101110011010011100101001101111101110000111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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