Html Css Color HEX #31BB56 Chateau Green

📋 copy color: '#31BB56'

red 49 ◦ green 187 ◦ blue 86

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

Shades of Chateau Green #31BB56

Tints of Chateau Green #31BB56

RGB

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

 GREEN value IS 187 (73.44% from 255) = 58.07%

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

R = 15.22%
G = 58.07%
B = 26.71%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#31BB56 (or 0x31BB56) is known color: Chateau Green. HEX triplet: 31, BB and 56. RGB value is (49,187,86). Sum of RGB (Red+Green+Blue) = 49+187+86=322 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.22% from 322); Green value is 187 (73.44% from 255 or 58.07% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 187 - color contains mainly: green. Hex color #31BB56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BB56 is #CE44A9. Grayscale: #868686. Windows color (decimal): -13517994 or 5684017. OLE color: 5684017.

HSL color Cylindrical-coordinate representation of color #31BB56: hue angle of 136.09º 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 #31BB56 is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 187 86 -
CMYK 0.74 0 0.54 0.27
HSL 136.09º 0.58% 0.46% -
HSV(B) 136.09º 0.74% 0.73% -
XYZ 20.72 36.87 14.83 -
YUV 134.22 100.78 67.21 -
System Red Green Blue C M Y K H S L
Decimal 49 187 86 0.74 0 0.54 0.27 136.09 0.58 0.46
Hex 31 BB 56 4A 0 36 1B 88 3A 2E
Octal 61 273 126 112 0 66 33 210 72 56
Binary 110001 10111011 1010110 1001010 0 110110 11011 10001000 111010 101110

Color Harmonies of #31BB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31BB56

Black with #31BB56

Text Example


Text Example

White with #31BB56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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