Html Css Color HEX #31B756 Chateau Green

📋 copy color: '#31B756'

red 49 ◦ green 183 ◦ blue 86

#31B756
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #31B756

Tints of Chateau Green #31B756

RGB

 RED value IS 49 (19.53% from 255) = 15.41%

 GREEN value IS 183 (71.88% from 255) = 57.55%

 BLUE value IS 86 (33.98% from 255) = 27.04%

R = 15.41%
G = 57.55%
B = 27.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#31B756 (or 0x31B756) is known color: Chateau Green. HEX triplet: 31, B7 and 56. RGB value is (49,183,86). Sum of RGB (Red+Green+Blue) = 49+183+86=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 183 (71.88% from 255 or 57.55% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 183 - color contains mainly: green. Hex color #31B756 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B756 is #CE48A9. Grayscale: #848484. Windows color (decimal): -13519018 or 5682993. OLE color: 5682993.

HSL color Cylindrical-coordinate representation of color #31B756: hue angle of 136.57º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B756 is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB 49 183 86 -
CMYK 0.73 0 0.53 0.28
HSL 136.57º 0.58% 0.45% -
HSV(B) 136.57º 0.73% 0.72% -
XYZ 19.88 35.19 14.55 -
YUV 131.88 102.11 68.89 -
System Red Green Blue C M Y K H S L
Decimal 49 183 86 0.73 0 0.53 0.28 136.57 0.58 0.45
Hex 31 B7 56 49 0 35 1C 89 3A 2D
Octal 61 267 126 111 0 65 34 211 72 55
Binary 110001 10110111 1010110 1001001 0 110101 11100 10001001 111010 101101

Color Harmonies of #31B756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B756

Black with #31B756

Text Example


Text Example

White with #31B756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,183,86); }

 H1.HeaderClassName
 {
   color: #31B756;
 }
 .AnyTagClassName
 {
   color: #31B756;
 }
</style>

background-color css

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

 a { background-color: rgb(49,183,86); }

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

border-color css

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

 span { border-color: rgb(49,183,86); }

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