Html Css Color HEX #31AB50 Chateau Green

📋 copy color: '#31AB50'

red 49 ◦ green 171 ◦ blue 80

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

Shades of Chateau Green #31AB50

Tints of Chateau Green #31AB50

RGB

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

 GREEN value IS 171 (67.19% from 255) = 57%

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

R = 16.33%
G = 57%
B = 26.67%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#31AB50 (or 0x31AB50) is known color: Chateau Green. HEX triplet: 31, AB and 50. RGB value is (49,171,80). Sum of RGB (Red+Green+Blue) = 49+171+80=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 171 (67.19% from 255 or 57% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 171 - color contains mainly: green. Hex color #31AB50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AB50 is #CE54AF. Grayscale: #7C7C7C. Windows color (decimal): -13522096 or 5286705. OLE color: 5286705.

HSL color Cylindrical-coordinate representation of color #31AB50: hue angle of 135.25º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #31AB50 is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 171 80 -
CMYK 0.71 0 0.53 0.33
HSL 135.25º 0.55% 0.43% -
HSV(B) 135.25º 0.71% 0.67% -
XYZ 17.28 30.36 12.54 -
YUV 124.15 103.08 74.4 -
System Red Green Blue C M Y K H S L
Decimal 49 171 80 0.71 0 0.53 0.33 135.25 0.55 0.43
Hex 31 AB 50 47 0 35 21 87 37 2B
Octal 61 253 120 107 0 65 41 207 67 53
Binary 110001 10101011 1010000 1000111 0 110101 100001 10000111 110111 101011

Color Harmonies of #31AB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31AB50

Black with #31AB50

Text Example


Text Example

White with #31AB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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