#31BC4F

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

Shades of Chateau Green #31BC4F

Tints of Chateau Green #31BC4F

Color information

#31BC4F (or 0x31BC4F) is unknown color: approx Chateau Green. HEX triplet: 31, BC and 4F. RGB value is (49,188,79). Sum of RGB (Red+Green+Blue) = 49+188+79=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 188 (73.83% from 255 or 59.49% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BC4F is #CE43B0. Grayscale: #868686. Windows color (decimal): -13517745 or 5225521. OLE color: 5225521.

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

Color convert

RGB4918879-
CMYK0.7400.580.26
HSL132.95º58.65%46.47%-
HSV(B)132.95º73.94%73.73%-
XYZ20.6637.1813.49-
YUV134.0196.9567.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.51%
GREEN value IS 188 (73.83% from 255) = 59.49%
BLUE value IS 79 (31.25% from 255) = 25%
R=15.51%
G=59.49%
B=25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal49188790.7400.580.26132.9558.6546.47
Hex31BC4F4A03A1A853b2e
Octal61274117112072322057356
Binary110001101111001001111100101001110101101010000101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31BC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,188,79); }

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

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

 a { background-color: rgb(49,188,79); }

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

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

 span { border-color: rgb(49,188,79); }

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