#31B250

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

Shades of Chateau Green #31B250

Tints of Chateau Green #31B250

Color information

#31B250 (or 0x31B250) is unknown color: approx Chateau Green. HEX triplet: 31, B2 and 50. RGB value is (49,178,80). Sum of RGB (Red+Green+Blue) = 49+178+80=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 178 (69.92% from 255 or 57.98% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 178 - color contains mainly: green. Hex color #31B250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31B250 is #CE4DAF. Grayscale: #808080. Windows color (decimal): -13520304 or 5288497. OLE color: 5288497.

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

Color convert

RGB4917880-
CMYK0.7200.550.30
HSL134.42º56.83%44.51%-
HSV(B)134.42º72.47%69.8%-
XYZ18.6333.0712.99-
YUV128.26100.7671.47-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.96%
GREEN value IS 178 (69.92% from 255) = 57.98%
BLUE value IS 80 (31.64% from 255) = 26.06%
R=15.96%
G=57.98%
B=26.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal49178800.7200.550.30134.4256.8344.51
Hex31B250480371E86392d
Octal61262120110067362067155
Binary110001101100101010000100100001101111111010000110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,178,80); }

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

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

 a { background-color: rgb(49,178,80); }

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

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

 span { border-color: rgb(49,178,80); }

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