#50A05F

Color #50A05F Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #50A05F

Tints of Chateau Green #50A05F

Color information

#50A05F (or 0x50A05F) is unknown color: approx Chateau Green. HEX triplet: 50, A0 and 5F. RGB value is (80,160,95). Sum of RGB (Red+Green+Blue) = 80+160+95=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 160 (62.89% from 255 or 47.76% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 160 - color contains mainly: green. Hex color #50A05F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A05F is #AF5FA0. Grayscale: #808080. Windows color (decimal): -11493281 or 6266960. OLE color: 6266960.

HSL color Cylindrical-coordinate representation of color #50A05F: hue angle of 131.25º degrees, saturation: 0.33, 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 #50A05F is Cyan = 0.5, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB8016095-
CMYK0.500.410.37
HSL131.25º33.33%47.06%-
HSV(B)131.25º50%62.75%-
XYZ17.9427.6715.22-
YUV128.6710993.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 160 (62.89% from 255) = 47.76%
BLUE value IS 95 (37.5% from 255) = 28.36%
R=23.88%
G=47.76%
B=28.36%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal80160950.500.410.37131.2533.3347.06
Hex50A05F320292583212f
Octal12024013762051452034157
Binary1010000101000001011111110010010100110010110000011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,160,95); }

 H1.HeaderClassName
 {
   color: #50A05F;
 }
 .AnyTagClassName
 {
   color: #50A05F;
 }
</style>
background-color css

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

 a { background-color: rgb(80,160,95); }

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

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

 span { border-color: rgb(80,160,95); }

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