#50945B

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

Shades of Chateau Green #50945B

Tints of Chateau Green #50945B

Color information

#50945B (or 0x50945B) is unknown color: approx Chateau Green. HEX triplet: 50, 94 and 5B. RGB value is (80,148,91). Sum of RGB (Red+Green+Blue) = 80+148+91=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #50945B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50945B is #AF6BA4. Grayscale: #797979. Windows color (decimal): -11496357 or 6001744. OLE color: 6001744.

HSL color Cylindrical-coordinate representation of color #50945B: hue angle of 129.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50945B is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB8014891-
CMYK0.4600.390.42
HSL129.71º29.82%44.71%-
HSV(B)129.71º45.95%58.04%-
XYZ15.7923.6413.63-
YUV121.17110.9798.63-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.08%
GREEN value IS 148 (58.20% from 255) = 46.39%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=25.08%
G=46.39%
B=28.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80148910.4600.390.42129.7129.8244.71
Hex50945B2E0272A821e2d
Octal12022413356047522023655
Binary101000010010100101101110111001001111010101000001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50945B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50945B; }

 p { color: rgb(80,148,91); }

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

<style>
 a { background-color: #50945B; }

 a { background-color: rgb(80,148,91); }

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

<style>
 span { border-color: #50945B; }

 span { border-color: rgb(80,148,91); }

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