Html Css Color HEX #31AE5A Chateau Green

📋 copy color: '#31AE5A'

red 49 ◦ green 174 ◦ blue 90

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

Shades of Chateau Green #31AE5A

Tints of Chateau Green #31AE5A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 55.59%

 BLUE value IS 90 (35.55% from 255) = 28.75%

R = 15.65%
G = 55.59%
B = 28.75%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#31AE5A (or 0x31AE5A) is known color: Chateau Green. HEX triplet: 31, AE and 5A. RGB value is (49,174,90). Sum of RGB (Red+Green+Blue) = 49+174+90=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 174 (68.36% from 255 or 55.59% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 174 - color contains mainly: green. Hex color #31AE5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AE5A is #CE51A5. Grayscale: #7F7F7F. Windows color (decimal): -13521318 or 5942833. OLE color: 5942833.

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

Color convert

RGB 49 174 90 -
CMYK 0.72 0 0.48 0.32
HSL 139.68º 0.56% 0.44% -
HSV(B) 139.68º 0.72% 0.68% -
XYZ 18.25 31.66 14.82 -
YUV 127.05 107.09 72.33 -
System Red Green Blue C M Y K H S L
Decimal 49 174 90 0.72 0 0.48 0.32 139.68 0.56 0.44
Hex 31 AE 5A 48 0 30 20 8C 38 2C
Octal 61 256 132 110 0 60 40 214 70 54
Binary 110001 10101110 1011010 1001000 0 110000 100000 10001100 111000 101100

Color Harmonies of #31AE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AE5A

Black with #31AE5A

Text Example


Text Example

White with #31AE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,174,90); }

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

background-color css

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

 a { background-color: rgb(49,174,90); }

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

border-color css

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

 span { border-color: rgb(49,174,90); }

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