Html Css Color HEX #31B257 Chateau Green

📋 copy color: '#31B257'

red 49 ◦ green 178 ◦ blue 87

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

Shades of Chateau Green #31B257

Tints of Chateau Green #31B257

RGB

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

 GREEN value IS 178 (69.92% from 255) = 56.69%

 BLUE value IS 87 (34.38% from 255) = 27.71%

R = 15.61%
G = 56.69%
B = 27.71%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#31B257 (or 0x31B257) is known color: Chateau Green. HEX triplet: 31, B2 and 57. RGB value is (49,178,87). Sum of RGB (Red+Green+Blue) = 49+178+87=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 178 (69.92% from 255 or 56.69% from 314); Blue value is 87 (34.38% from 255 or 27.71% from 314); Max value from RGB is 178 - color contains mainly: green. Hex color #31B257 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31B257 is #CE4DA8. Grayscale: #818181. Windows color (decimal): -13520297 or 5747249. OLE color: 5747249.

HSL color Cylindrical-coordinate representation of color #31B257: hue angle of 137.67º 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 #31B257 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 49 178 87 -
CMYK 0.72 0 0.51 0.30
HSL 137.67º 0.57% 0.45% -
HSV(B) 137.67º 0.72% 0.7% -
XYZ 18.91 33.18 14.43 -
YUV 129.06 104.26 70.9 -
System Red Green Blue C M Y K H S L
Decimal 49 178 87 0.72 0 0.51 0.30 137.67 0.57 0.45
Hex 31 B2 57 48 0 33 1E 8A 39 2D
Octal 61 262 127 110 0 63 36 212 71 55
Binary 110001 10110010 1010111 1001000 0 110011 11110 10001010 111001 101101

Color Harmonies of #31B257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B257

Black with #31B257

Text Example


Text Example

White with #31B257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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