#31B35B

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

Shades of Chateau Green #31B35B

Tints of Chateau Green #31B35B

Color information

#31B35B (or 0x31B35B) is unknown color: approx Chateau Green. HEX triplet: 31, B3 and 5B. RGB value is (49,179,91). Sum of RGB (Red+Green+Blue) = 49+179+91=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 179 (70.31% from 255 or 56.11% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 179 - color contains mainly: green. Hex color #31B35B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B35B is #CE4CA4. Grayscale: #828282. Windows color (decimal): -13520037 or 6009649. OLE color: 6009649.

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

Color convert

RGB4917991-
CMYK0.7300.490.30
HSL139.38º57.02%44.71%-
HSV(B)139.38º72.63%70.2%-
XYZ19.2833.6515.38-
YUV130.1105.9370.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.36%
GREEN value IS 179 (70.31% from 255) = 56.11%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=15.36%
G=56.11%
B=28.53%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal49179910.7300.490.30139.3857.0244.71
Hex31B35B490311E8b392d
Octal61263133111061362137155
Binary110001101100111011011100100101100011111010001011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31B35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,179,91); }

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

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

 a { background-color: rgb(49,179,91); }

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

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

 span { border-color: rgb(49,179,91); }

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