#519E60

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

Shades of Chateau Green #519E60

Tints of Chateau Green #519E60

Color information

#519E60 (or 0x519E60) is unknown color: approx Chateau Green. HEX triplet: 51, 9E and 60. RGB value is (81,158,96). Sum of RGB (Red+Green+Blue) = 81+158+96=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 158 - color contains mainly: green. Hex color #519E60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519E60 is #AE619F. Grayscale: #808080. Windows color (decimal): -11428256 or 6331985. OLE color: 6331985.

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

Color convert

RGB8115896-
CMYK0.4900.390.38
HSL131.69º32.22%46.86%-
HSV(B)131.69º48.73%61.96%-
XYZ17.7327.0515.35-
YUV127.91109.9994.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.18%
GREEN value IS 158 (62.11% from 255) = 47.16%
BLUE value IS 96 (37.89% from 255) = 28.66%
R=24.18%
G=47.16%
B=28.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81158960.4900.390.38131.6932.2246.86
Hex519E60310272684202f
Octal12123614061047462044057
Binary1010001100111101100000110001010011110011010000100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519E60; }

 p { color: rgb(81,158,96); }

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

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

 a { background-color: rgb(81,158,96); }

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

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

 span { border-color: rgb(81,158,96); }

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