Html Css Color HEX #50A161 Chateau Green

📋 copy color: '#50A161'

red 80 ◦ green 161 ◦ blue 97

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

Shades of Chateau Green #50A161

Tints of Chateau Green #50A161

RGB

 RED value IS 80 (31.64% from 255) = 23.67%

 GREEN value IS 161 (63.28% from 255) = 47.63%

 BLUE value IS 97 (38.28% from 255) = 28.7%

R = 23.67%
G = 47.63%
B = 28.7%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#50A161 (or 0x50A161) is known color: Chateau Green. HEX triplet: 50, A1 and 61. RGB value is (80,161,97). Sum of RGB (Red+Green+Blue) = 80+161+97=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 161 (63.28% from 255 or 47.63% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 161 - color contains mainly: green. Hex color #50A161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A161 is #AF5E9E. Grayscale: #818181. Windows color (decimal): -11493023 or 6398288. OLE color: 6398288.

HSL color Cylindrical-coordinate representation of color #50A161: hue angle of 132.59º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50A161 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 161 97 -
CMYK 0.50 0 0.40 0.37
HSL 132.59º 0.34% 0.47% -
HSV(B) 132.59º 0.5% 0.63% -
XYZ 18.21 28.06 15.77 -
YUV 129.49 109.66 92.7 -
System Red Green Blue C M Y K H S L
Decimal 80 161 97 0.50 0 0.40 0.37 132.59 0.34 0.47
Hex 50 A1 61 32 0 28 25 85 22 2F
Octal 120 241 141 62 0 50 45 205 42 57
Binary 1010000 10100001 1100001 110010 0 101000 100101 10000101 100010 101111

Color Harmonies of #50A161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A161

Black with #50A161

Text Example


Text Example

White with #50A161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50A161; }

 p { color: rgb(80,161,97); }

 H1.HeaderClassName
 {
   color: #50A161;
 }
 .AnyTagClassName
 {
   color: #50A161;
 }
</style>

background-color css

<style>
 a { background-color: #50A161; }

 a { background-color: rgb(80,161,97); }

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

border-color css

<style>
 span { border-color: #50A161; }

 span { border-color: rgb(80,161,97); }

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