#509C60

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

Shades of Chateau Green #509C60

Tints of Chateau Green #509C60

Color information

#509C60 (or 0x509C60) is unknown color: approx Chateau Green. HEX triplet: 50, 9C and 60. RGB value is (80,156,96). Sum of RGB (Red+Green+Blue) = 80+156+96=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 156 - color contains mainly: green. Hex color #509C60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509C60 is #AF639F. Grayscale: #7E7E7E. Windows color (decimal): -11494304 or 6331472. OLE color: 6331472.

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

Color convert

RGB8015696-
CMYK0.4900.380.39
HSL132.63º32.2%46.27%-
HSV(B)132.63º48.72%61.18%-
XYZ17.3126.3315.24-
YUV126.44110.8294.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.10%
GREEN value IS 156 (61.33% from 255) = 46.99%
BLUE value IS 96 (37.89% from 255) = 28.92%
R=24.10%
G=46.99%
B=28.92%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80156960.4900.380.39132.6332.246.27
Hex509C60310262785202e
Octal12023414061046472054056
Binary1010000100111001100000110001010011010011110000101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,156,96); }

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

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

 a { background-color: rgb(80,156,96); }

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

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

 span { border-color: rgb(80,156,96); }

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