#509467

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

Shades of Chateau Green #509467

Tints of Chateau Green #509467

Color information

#509467 (or 0x509467) is unknown color: approx Chateau Green. HEX triplet: 50, 94 and 67. RGB value is (80,148,103). Sum of RGB (Red+Green+Blue) = 80+148+103=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #509467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509467 is #AF6B98. Grayscale: #7A7A7A. Windows color (decimal): -11496345 or 6788176. OLE color: 6788176.

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

Color convert

RGB80148103-
CMYK0.4600.300.42
HSL140.29º29.82%44.71%-
HSV(B)140.29º45.95%58.04%-
XYZ16.3523.8616.58-
YUV122.54116.9797.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.17%
GREEN value IS 148 (58.20% from 255) = 44.71%
BLUE value IS 103 (40.62% from 255) = 31.12%
R=24.17%
G=44.71%
B=31.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal801481030.4600.300.42140.2929.8244.71
Hex5094672E01E2A8c1e2d
Octal12022414756036522143655
Binary10100001001010011001111011100111101010101000110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509467; }

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

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

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

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

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

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

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

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