#509D5F

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

Shades of Chateau Green #509D5F

Tints of Chateau Green #509D5F

Color information

#509D5F (or 0x509D5F) is unknown color: approx Chateau Green. HEX triplet: 50, 9D and 5F. RGB value is (80,157,95). Sum of RGB (Red+Green+Blue) = 80+157+95=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 157 (61.72% from 255 or 47.29% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 157 - color contains mainly: green. Hex color #509D5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509D5F is #AF62A0. Grayscale: #7F7F7F. Windows color (decimal): -11494049 or 6266192. OLE color: 6266192.

HSL color Cylindrical-coordinate representation of color #509D5F: hue angle of 131.69º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509D5F is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB8015795-
CMYK0.4900.390.38
HSL131.69º32.49%46.47%-
HSV(B)131.69º49.04%61.57%-
XYZ17.4326.6515.05-
YUV126.91109.9994.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.10%
GREEN value IS 157 (61.72% from 255) = 47.29%
BLUE value IS 95 (37.5% from 255) = 28.61%
R=24.10%
G=47.29%
B=28.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal80157950.4900.390.38131.6932.4946.47
Hex509D5F310272684202e
Octal12023513761047462044056
Binary1010000100111011011111110001010011110011010000100100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509D5F; }

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

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

<style>
 a { background-color: #509D5F; }

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

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

<style>
 span { border-color: #509D5F; }

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

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