#509B5E

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

Shades of Chateau Green #509B5E

Tints of Chateau Green #509B5E

Color information

#509B5E (or 0x509B5E) is unknown color: approx Chateau Green. HEX triplet: 50, 9B and 5E. RGB value is (80,155,94). Sum of RGB (Red+Green+Blue) = 80+155+94=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 155 - color contains mainly: green. Hex color #509B5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B5E is #AF64A1. Grayscale: #7D7D7D. Windows color (decimal): -11494562 or 6200144. OLE color: 6200144.

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

Color convert

RGB8015594-
CMYK0.4800.390.39
HSL131.2º31.91%46.08%-
HSV(B)131.2º48.39%60.78%-
XYZ17.0525.9614.7-
YUV125.62110.1595.46-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.32%
GREEN value IS 155 (60.94% from 255) = 47.11%
BLUE value IS 94 (37.11% from 255) = 28.57%
R=24.32%
G=47.11%
B=28.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80155940.4800.390.39131.231.9146.08
Hex509B5E300272783202e
Octal12023313660047472034056
Binary1010000100110111011110110000010011110011110000011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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