#519361

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

Shades of Chateau Green #519361

Tints of Chateau Green #519361

Color information

#519361 (or 0x519361) is unknown color: approx Chateau Green. HEX triplet: 51, 93 and 61. RGB value is (81,147,97). Sum of RGB (Red+Green+Blue) = 81+147+97=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #519361 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519361 is #AE6C9E. Grayscale: #797979. Windows color (decimal): -11431071 or 6394705. OLE color: 6394705.

HSL color Cylindrical-coordinate representation of color #519361: hue angle of 134.55º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #519361 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB8114797-
CMYK0.4500.340.42
HSL134.55º28.95%44.71%-
HSV(B)134.55º44.9%57.65%-
XYZ15.9823.4815-
YUV121.57114.1399.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.92%
GREEN value IS 147 (57.81% from 255) = 45.23%
BLUE value IS 97 (38.28% from 255) = 29.85%
R=24.92%
G=45.23%
B=29.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81147970.4500.340.42134.5528.9544.71
Hex5193612D0222A871d2d
Octal12122314155042522073555
Binary101000110010011110000110110101000101010101000011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519361; }

 p { color: rgb(81,147,97); }

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

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

 a { background-color: rgb(81,147,97); }

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

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

 span { border-color: rgb(81,147,97); }

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