#509567

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

Shades of Chateau Green #509567

Tints of Chateau Green #509567

Color information

#509567 (or 0x509567) is unknown color: approx Chateau Green. HEX triplet: 50, 95 and 67. RGB value is (80,149,103). Sum of RGB (Red+Green+Blue) = 80+149+103=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 149 (58.59% from 255 or 44.88% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 149 - color contains mainly: green. Hex color #509567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509567 is #AF6A98. Grayscale: #7B7B7B. Windows color (decimal): -11496089 or 6788432. OLE color: 6788432.

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

Color convert

RGB80149103-
CMYK0.4600.310.42
HSL140º30.13%44.9%-
HSV(B)140º46.31%58.43%-
XYZ16.524.1816.63-
YUV123.12116.6497.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.10%
GREEN value IS 149 (58.59% from 255) = 44.88%
BLUE value IS 103 (40.62% from 255) = 31.02%
R=24.10%
G=44.88%
B=31.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801491030.4600.310.4214030.1344.9
Hex5095672E01F2A8c1e2d
Octal12022514756037522143655
Binary10100001001010111001111011100111111010101000110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509567; }

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

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

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

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

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

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

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

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