#31B64E

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

Shades of Chateau Green #31B64E

Tints of Chateau Green #31B64E

Color information

#31B64E (or 0x31B64E) is unknown color: approx Chateau Green. HEX triplet: 31, B6 and 4E. RGB value is (49,182,78). Sum of RGB (Red+Green+Blue) = 49+182+78=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 182 (71.48% from 255 or 58.90% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 182 - color contains mainly: green. Hex color #31B64E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B64E is #CE49B1. Grayscale: #828282. Windows color (decimal): -13519282 or 5158449. OLE color: 5158449.

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

Color convert

RGB4918278-
CMYK0.7300.570.29
HSL133.08º57.58%45.29%-
HSV(B)133.08º73.08%71.37%-
XYZ19.3734.6612.88-
YUV130.3898.4469.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.86%
GREEN value IS 182 (71.48% from 255) = 58.90%
BLUE value IS 78 (30.86% from 255) = 25.24%
R=15.86%
G=58.90%
B=25.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal49182780.7300.570.29133.0857.5845.29
Hex31B64E490391D853a2d
Octal61266116111071352057255
Binary110001101101101001110100100101110011110110000101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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