#31B356

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

Shades of Chateau Green #31B356

Tints of Chateau Green #31B356

Color information

#31B356 (or 0x31B356) is unknown color: approx Chateau Green. HEX triplet: 31, B3 and 56. RGB value is (49,179,86). Sum of RGB (Red+Green+Blue) = 49+179+86=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 179 (70.31% from 255 or 57.01% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 179 - color contains mainly: green. Hex color #31B356 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B356 is #CE4CA9. Grayscale: #818181. Windows color (decimal): -13520042 or 5681969. OLE color: 5681969.

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

Color convert

RGB4917986-
CMYK0.7300.520.30
HSL137.08º57.02%44.71%-
HSV(B)137.08º72.63%70.2%-
XYZ19.0733.5714.28-
YUV129.53103.4370.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.61%
GREEN value IS 179 (70.31% from 255) = 57.01%
BLUE value IS 86 (33.98% from 255) = 27.39%
R=15.61%
G=57.01%
B=27.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal49179860.7300.520.30137.0857.0244.71
Hex31B356490341E89392d
Octal61263126111064362117155
Binary110001101100111010110100100101101001111010001001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,179,86); }

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

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

 a { background-color: rgb(49,179,86); }

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

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

 span { border-color: rgb(49,179,86); }

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