#31B850

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

Shades of Chateau Green #31B850

Tints of Chateau Green #31B850

Color information

#31B850 (or 0x31B850) is unknown color: approx Chateau Green. HEX triplet: 31, B8 and 50. RGB value is (49,184,80). Sum of RGB (Red+Green+Blue) = 49+184+80=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 184 (72.27% from 255 or 58.79% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 184 - color contains mainly: green. Hex color #31B850 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B850 is #CE47AF. Grayscale: #848484. Windows color (decimal): -13518768 or 5290033. OLE color: 5290033.

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

Color convert

RGB4918480-
CMYK0.7300.570.28
HSL133.78º57.94%45.69%-
HSV(B)133.78º73.37%72.16%-
XYZ19.8635.5113.4-
YUV131.7898.7768.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.65%
GREEN value IS 184 (72.27% from 255) = 58.79%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=15.65%
G=58.79%
B=25.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal49184800.7300.570.28133.7857.9445.69
Hex31B850490391C863a2e
Octal61270120111071342067256
Binary110001101110001010000100100101110011110010000110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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