#50955F

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

Shades of Chateau Green #50955F

Tints of Chateau Green #50955F

Color information

#50955F (or 0x50955F) is unknown color: approx Chateau Green. HEX triplet: 50, 95 and 5F. RGB value is (80,149,95). Sum of RGB (Red+Green+Blue) = 80+149+95=324 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.69% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #50955F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50955F is #AF6AA0. Grayscale: #7A7A7A. Windows color (decimal): -11496097 or 6264144. OLE color: 6264144.

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

Color convert

RGB8014995-
CMYK0.4600.360.42
HSL133.04º30.13%44.9%-
HSV(B)133.04º46.31%58.43%-
XYZ16.1224.0314.61-
YUV122.21112.6497.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.69%
GREEN value IS 149 (58.59% from 255) = 45.99%
BLUE value IS 95 (37.5% from 255) = 29.32%
R=24.69%
G=45.99%
B=29.32%

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
Decimal80149950.4600.360.42133.0430.1344.9
Hex50955F2E0242A851e2d
Octal12022513756044522053655
Binary101000010010101101111110111001001001010101000010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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