Html Css Color HEX #31AF56 Chateau Green

📋 copy color: '#31AF56'

red 49 ◦ green 175 ◦ blue 86

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

Shades of Chateau Green #31AF56

Tints of Chateau Green #31AF56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 27.74%

R = 15.81%
G = 56.45%
B = 27.74%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#31AF56 (or 0x31AF56) is known color: Chateau Green. HEX triplet: 31, AF and 56. RGB value is (49,175,86). Sum of RGB (Red+Green+Blue) = 49+175+86=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 175 (68.75% from 255 or 56.45% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AF56 is #CE50A9. Grayscale: #7F7F7F. Windows color (decimal): -13521066 or 5680945. OLE color: 5680945.

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

Color convert

RGB 49 175 86 -
CMYK 0.72 0 0.51 0.31
HSL 137.62º 0.56% 0.44% -
HSV(B) 137.62º 0.72% 0.69% -
XYZ 18.28 31.98 14.01 -
YUV 127.18 104.76 72.24 -
System Red Green Blue C M Y K H S L
Decimal 49 175 86 0.72 0 0.51 0.31 137.62 0.56 0.44
Hex 31 AF 56 48 0 33 1F 8A 38 2C
Octal 61 257 126 110 0 63 37 212 70 54
Binary 110001 10101111 1010110 1001000 0 110011 11111 10001010 111000 101100

Color Harmonies of #31AF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AF56

Black with #31AF56

Text Example


Text Example

White with #31AF56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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