#50975F

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

Shades of Chateau Green #50975F

Tints of Chateau Green #50975F

Color information

#50975F (or 0x50975F) is unknown color: approx Chateau Green. HEX triplet: 50, 97 and 5F. RGB value is (80,151,95). Sum of RGB (Red+Green+Blue) = 80+151+95=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 151 (59.38% from 255 or 46.32% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 151 - color contains mainly: green. Hex color #50975F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50975F is #AF68A0. Grayscale: #7B7B7B. Windows color (decimal): -11495585 or 6264656. OLE color: 6264656.

HSL color Cylindrical-coordinate representation of color #50975F: hue angle of 132.68º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50975F is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB8015195-
CMYK0.4700.370.41
HSL132.68º30.74%45.29%-
HSV(B)132.68º47.02%59.22%-
XYZ16.4424.6614.72-
YUV123.39111.9897.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.54%
GREEN value IS 151 (59.38% from 255) = 46.32%
BLUE value IS 95 (37.5% from 255) = 29.14%
R=24.54%
G=46.32%
B=29.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal80151950.4700.370.41132.6830.7445.29
Hex50975F2F02529851f2d
Octal12022713757045512053755
Binary101000010010111101111110111101001011010011000010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50975F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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