Html Css Color HEX #31AF50 Chateau Green

📋 copy color: '#31AF50'

red 49 ◦ green 175 ◦ blue 80

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

Shades of Chateau Green #31AF50

Tints of Chateau Green #31AF50

RGB

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

 GREEN value IS 175 (68.75% from 255) = 57.57%

 BLUE value IS 80 (31.64% from 255) = 26.32%

R = 16.12%
G = 57.57%
B = 26.32%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#31AF50 (or 0x31AF50) is known color: Chateau Green. HEX triplet: 31, AF and 50. RGB value is (49,175,80). Sum of RGB (Red+Green+Blue) = 49+175+80=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 175 (68.75% from 255 or 57.57% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AF50 is #CE50AF. Grayscale: #7E7E7E. Windows color (decimal): -13521072 or 5287729. OLE color: 5287729.

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

Color convert

RGB 49 175 80 -
CMYK 0.72 0 0.54 0.31
HSL 134.76º 0.56% 0.44% -
HSV(B) 134.76º 0.72% 0.69% -
XYZ 18.04 31.89 12.79 -
YUV 126.5 101.76 72.72 -
System Red Green Blue C M Y K H S L
Decimal 49 175 80 0.72 0 0.54 0.31 134.76 0.56 0.44
Hex 31 AF 50 48 0 36 1F 87 38 2C
Octal 61 257 120 110 0 66 37 207 70 54
Binary 110001 10101111 1010000 1001000 0 110110 11111 10000111 111000 101100

Color Harmonies of #31AF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AF50

Black with #31AF50

Text Example


Text Example

White with #31AF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,175,80); }

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

background-color css

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

 a { background-color: rgb(49,175,80); }

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

border-color css

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

 span { border-color: rgb(49,175,80); }

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