#509165

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

Shades of Chateau Green #509165

Tints of Chateau Green #509165

Color information

#509165 (or 0x509165) is unknown color: approx Chateau Green. HEX triplet: 50, 91 and 65. RGB value is (80,145,101). Sum of RGB (Red+Green+Blue) = 80+145+101=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #509165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509165 is #AF6E9A. Grayscale: #787878. Windows color (decimal): -11497115 or 6656336. OLE color: 6656336.

HSL color Cylindrical-coordinate representation of color #509165: hue angle of 139.38º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #509165 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB80145101-
CMYK0.4500.300.43
HSL139.38º28.89%44.12%-
HSV(B)139.38º44.83%56.86%-
XYZ15.7822.915.9-
YUV120.55116.9799.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.54%
GREEN value IS 145 (57.03% from 255) = 44.48%
BLUE value IS 101 (39.84% from 255) = 30.98%
R=24.54%
G=44.48%
B=30.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal801451010.4500.300.43139.3828.8944.12
Hex5091652D01E2B8b1d2c
Octal12022114555036532133554
Binary10100001001000111001011011010111101010111000101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #509165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #509165; }

 p { color: rgb(80,145,101); }

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

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

 a { background-color: rgb(80,145,101); }

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

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

 span { border-color: rgb(80,145,101); }

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