Html Css Color HEX #31BA57 Chateau Green

📋 copy color: '#31BA57'

red 49 ◦ green 186 ◦ blue 87

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

Shades of Chateau Green #31BA57

Tints of Chateau Green #31BA57

RGB

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

 GREEN value IS 186 (73.05% from 255) = 57.76%

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

R = 15.22%
G = 57.76%
B = 27.02%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#31BA57 (or 0x31BA57) is known color: Chateau Green. HEX triplet: 31, BA and 57. RGB value is (49,186,87). Sum of RGB (Red+Green+Blue) = 49+186+87=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BA57 is #CE45A8. Grayscale: #868686. Windows color (decimal): -13518249 or 5749297. OLE color: 5749297.

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

Color convert

RGB 49 186 87 -
CMYK 0.74 0 0.53 0.27
HSL 136.64º 0.58% 0.46% -
HSV(B) 136.64º 0.74% 0.73% -
XYZ 20.55 36.46 14.97 -
YUV 133.75 101.61 67.55 -
System Red Green Blue C M Y K H S L
Decimal 49 186 87 0.74 0 0.53 0.27 136.64 0.58 0.46
Hex 31 BA 57 4A 0 35 1B 89 3A 2E
Octal 61 272 127 112 0 65 33 211 72 56
Binary 110001 10111010 1010111 1001010 0 110101 11011 10001001 111010 101110

Color Harmonies of #31BA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BA57

Black with #31BA57

Text Example


Text Example

White with #31BA57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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