Html Css Color HEX #31AE5D Chateau Green

📋 copy color: '#31AE5D'

red 49 ◦ green 174 ◦ blue 93

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

Shades of Chateau Green #31AE5D

Tints of Chateau Green #31AE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.43%

R = 15.51%
G = 55.06%
B = 29.43%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#31AE5D (or 0x31AE5D) is known color: Chateau Green. HEX triplet: 31, AE and 5D. RGB value is (49,174,93). Sum of RGB (Red+Green+Blue) = 49+174+93=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 174 (68.36% from 255 or 55.06% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 174 - color contains mainly: green. Hex color #31AE5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AE5D is #CE51A2. Grayscale: #7F7F7F. Windows color (decimal): -13521315 or 6139441. OLE color: 6139441.

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

Color convert

RGB 49 174 93 -
CMYK 0.72 0 0.47 0.32
HSL 141.12º 0.56% 0.44% -
HSV(B) 141.12º 0.72% 0.68% -
XYZ 18.38 31.72 15.51 -
YUV 127.39 108.59 72.09 -
System Red Green Blue C M Y K H S L
Decimal 49 174 93 0.72 0 0.47 0.32 141.12 0.56 0.44
Hex 31 AE 5D 48 0 2F 20 8D 38 2C
Octal 61 256 135 110 0 57 40 215 70 54
Binary 110001 10101110 1011101 1001000 0 101111 100000 10001101 111000 101100

Color Harmonies of #31AE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AE5D

Black with #31AE5D

Text Example


Text Example

White with #31AE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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