Html Css Color HEX #31AD55 Chateau Green

📋 copy color: '#31AD55'

red 49 ◦ green 173 ◦ blue 85

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

Shades of Chateau Green #31AD55

Tints of Chateau Green #31AD55

RGB

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

 GREEN value IS 173 (67.97% from 255) = 56.35%

 BLUE value IS 85 (33.59% from 255) = 27.69%

R = 15.96%
G = 56.35%
B = 27.69%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#31AD55 (or 0x31AD55) is known color: Chateau Green. HEX triplet: 31, AD and 55. RGB value is (49,173,85). Sum of RGB (Red+Green+Blue) = 49+173+85=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 173 (67.97% from 255 or 56.35% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AD55 is #CE52AA. Grayscale: #7E7E7E. Windows color (decimal): -13521579 or 5614897. OLE color: 5614897.

HSL color Cylindrical-coordinate representation of color #31AD55: hue angle of 137.42º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AD55 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 173 85 -
CMYK 0.72 0 0.51 0.32
HSL 137.42º 0.56% 0.44% -
HSV(B) 137.42º 0.72% 0.68% -
XYZ 17.85 31.2 13.67 -
YUV 125.89 104.92 73.16 -
System Red Green Blue C M Y K H S L
Decimal 49 173 85 0.72 0 0.51 0.32 137.42 0.56 0.44
Hex 31 AD 55 48 0 33 20 89 38 2C
Octal 61 255 125 110 0 63 40 211 70 54
Binary 110001 10101101 1010101 1001000 0 110011 100000 10001001 111000 101100

Color Harmonies of #31AD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AD55

Black with #31AD55

Text Example


Text Example

White with #31AD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,173,85); }

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

background-color css

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

 a { background-color: rgb(49,173,85); }

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

border-color css

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

 span { border-color: rgb(49,173,85); }

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