#31B84C

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

Shades of Chateau Green #31B84C

Tints of Chateau Green #31B84C

Color information

#31B84C (or 0x31B84C) is unknown color: approx Chateau Green. HEX triplet: 31, B8 and 4C. RGB value is (49,184,76). Sum of RGB (Red+Green+Blue) = 49+184+76=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 184 (72.27% from 255 or 59.55% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 184 - color contains mainly: green. Hex color #31B84C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B84C is #CE47B3. Grayscale: #838383. Windows color (decimal): -13518772 or 5027889. OLE color: 5027889.

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

Color convert

RGB4918476-
CMYK0.7300.590.28
HSL132º57.94%45.69%-
HSV(B)132º73.37%72.16%-
XYZ19.7135.4612.64-
YUV131.3296.7769.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.86%
GREEN value IS 184 (72.27% from 255) = 59.55%
BLUE value IS 76 (30.08% from 255) = 24.60%
R=15.86%
G=59.55%
B=24.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal49184760.7300.590.2813257.9445.69
Hex31B84C4903B1C843a2e
Octal61270114111073342047256
Binary110001101110001001100100100101110111110010000100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B84C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,184,76); }

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

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

 a { background-color: rgb(49,184,76); }

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

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

 span { border-color: rgb(49,184,76); }

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