#50945F

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

Shades of Chateau Green #50945F

Tints of Chateau Green #50945F

Color information

#50945F (or 0x50945F) is unknown color: approx Chateau Green. HEX triplet: 50, 94 and 5F. RGB value is (80,148,95). Sum of RGB (Red+Green+Blue) = 80+148+95=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 148 - color contains mainly: green. Hex color #50945F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50945F is #AF6BA0. Grayscale: #797979. Windows color (decimal): -11496353 or 6263888. OLE color: 6263888.

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

Color convert

RGB8014895-
CMYK0.4600.360.42
HSL133.24º29.82%44.71%-
HSV(B)133.24º45.95%58.04%-
XYZ15.9623.7114.56-
YUV121.63112.9798.31-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.77%
GREEN value IS 148 (58.20% from 255) = 45.82%
BLUE value IS 95 (37.5% from 255) = 29.41%
R=24.77%
G=45.82%
B=29.41%

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
Decimal80148950.4600.360.42133.2429.8244.71
Hex50945F2E0242A851e2d
Octal12022413756044522053655
Binary101000010010100101111110111001001001010101000010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50945F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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