#50945E

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

Shades of Chateau Green #50945E

Tints of Chateau Green #50945E

Color information

#50945E (or 0x50945E) is unknown color: approx Chateau Green. HEX triplet: 50, 94 and 5E. RGB value is (80,148,94). Sum of RGB (Red+Green+Blue) = 80+148+94=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #50945E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50945E is #AF6BA1. Grayscale: #797979. Windows color (decimal): -11496354 or 6198352. OLE color: 6198352.

HSL color Cylindrical-coordinate representation of color #50945E: hue angle of 132.35º 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 #50945E is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB8014894-
CMYK0.4600.360.42
HSL132.35º29.82%44.71%-
HSV(B)132.35º45.95%58.04%-
XYZ15.9223.6914.32-
YUV121.51112.4798.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.84%
GREEN value IS 148 (58.20% from 255) = 45.96%
BLUE value IS 94 (37.11% from 255) = 29.19%
R=24.84%
G=45.96%
B=29.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80148940.4600.360.42132.3529.8244.71
Hex50945E2E0242A841e2d
Octal12022413656044522043655
Binary101000010010100101111010111001001001010101000010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50945E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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