Html Css Color HEX #31AE4D Chateau Green

📋 copy color: '#31AE4D'

red 49 ◦ green 174 ◦ blue 77

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

Shades of Chateau Green #31AE4D

Tints of Chateau Green #31AE4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.67%

R = 16.33%
G = 58%
B = 25.67%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#31AE4D (or 0x31AE4D) is known color: Chateau Green. HEX triplet: 31, AE and 4D. RGB value is (49,174,77). Sum of RGB (Red+Green+Blue) = 49+174+77=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 174 (68.36% from 255 or 58% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 174 - color contains mainly: green. Hex color #31AE4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AE4D is #CE51B2. Grayscale: #7D7D7D. Windows color (decimal): -13521331 or 5090865. OLE color: 5090865.

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

Color convert

RGB 49 174 77 -
CMYK 0.72 0 0.56 0.32
HSL 133.44º 0.56% 0.44% -
HSV(B) 133.44º 0.72% 0.68% -
XYZ 17.74 31.46 12.16 -
YUV 125.57 100.59 73.39 -
System Red Green Blue C M Y K H S L
Decimal 49 174 77 0.72 0 0.56 0.32 133.44 0.56 0.44
Hex 31 AE 4D 48 0 38 20 85 38 2C
Octal 61 256 115 110 0 70 40 205 70 54
Binary 110001 10101110 1001101 1001000 0 111000 100000 10000101 111000 101100

Color Harmonies of #31AE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AE4D

Black with #31AE4D

Text Example


Text Example

White with #31AE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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