#31B84F

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

Shades of Chateau Green #31B84F

Tints of Chateau Green #31B84F

Color information

#31B84F (or 0x31B84F) is unknown color: approx Chateau Green. HEX triplet: 31, B8 and 4F. RGB value is (49,184,79). Sum of RGB (Red+Green+Blue) = 49+184+79=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 184 (72.27% from 255 or 58.97% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 184 - color contains mainly: green. Hex color #31B84F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B84F is #CE47B0. Grayscale: #838383. Windows color (decimal): -13518769 or 5224497. OLE color: 5224497.

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

Color convert

RGB4918479-
CMYK0.7300.570.28
HSL133.33º57.94%45.69%-
HSV(B)133.33º73.37%72.16%-
XYZ19.8235.513.2-
YUV131.6698.2769.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.71%
GREEN value IS 184 (72.27% from 255) = 58.97%
BLUE value IS 79 (31.25% from 255) = 25.32%
R=15.71%
G=58.97%
B=25.32%

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
Decimal49184790.7300.570.28133.3357.9445.69
Hex31B84F490391C853a2e
Octal61270117111071342057256
Binary110001101110001001111100100101110011110010000101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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