#50995F

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

Shades of Chateau Green #50995F

Tints of Chateau Green #50995F

Color information

#50995F (or 0x50995F) is unknown color: approx Chateau Green. HEX triplet: 50, 99 and 5F. RGB value is (80,153,95). Sum of RGB (Red+Green+Blue) = 80+153+95=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #50995F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50995F is #AF66A0. Grayscale: #7C7C7C. Windows color (decimal): -11495073 or 6265168. OLE color: 6265168.

HSL color Cylindrical-coordinate representation of color #50995F: hue angle of 132.33º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50995F is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB8015395-
CMYK0.4800.380.4
HSL132.33º31.33%45.69%-
HSV(B)132.33º47.71%60%-
XYZ16.7725.3114.83-
YUV124.56111.3296.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.39%
GREEN value IS 153 (60.16% from 255) = 46.65%
BLUE value IS 95 (37.5% from 255) = 28.96%
R=24.39%
G=46.65%
B=28.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal80153950.4800.380.4132.3331.3345.69
Hex50995F3002628841f2e
Octal12023113760046502043756
Binary101000010011001101111111000001001101010001000010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50995F; }

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

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

<style>
 a { background-color: #50995F; }

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

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

<style>
 span { border-color: #50995F; }

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

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