#31BB4D

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

Shades of Chateau Green #31BB4D

Tints of Chateau Green #31BB4D

Color information

#31BB4D (or 0x31BB4D) is unknown color: approx Chateau Green. HEX triplet: 31, BB and 4D. RGB value is (49,187,77). Sum of RGB (Red+Green+Blue) = 49+187+77=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 187 (73.44% from 255 or 59.74% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 187 - color contains mainly: green. Hex color #31BB4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BB4D is #CE44B2. Grayscale: #858585. Windows color (decimal): -13518003 or 5094193. OLE color: 5094193.

HSL color Cylindrical-coordinate representation of color #31BB4D: hue angle of 132.17º 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 #31BB4D is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB4918777-
CMYK0.7400.590.27
HSL132.17º58.47%46.27%-
HSV(B)132.17º73.8%73.33%-
XYZ20.3836.7313.04-
YUV133.296.2867.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.65%
GREEN value IS 187 (73.44% from 255) = 59.74%
BLUE value IS 77 (30.47% from 255) = 24.60%
R=15.65%
G=59.74%
B=24.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal49187770.7400.590.27132.1758.4746.27
Hex31BB4D4A03B1B843a2e
Octal61273115112073332047256
Binary110001101110111001101100101001110111101110000100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,187,77); }

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

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

 a { background-color: rgb(49,187,77); }

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

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

 span { border-color: rgb(49,187,77); }

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