#519F62

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

Shades of Chateau Green #519F62

Tints of Chateau Green #519F62

Color information

#519F62 (or 0x519F62) is unknown color: approx Chateau Green. HEX triplet: 51, 9F and 62. RGB value is (81,159,98). Sum of RGB (Red+Green+Blue) = 81+159+98=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 159 (62.5% from 255 or 47.04% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 159 - color contains mainly: green. Hex color #519F62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519F62 is #AE609D. Grayscale: #808080. Windows color (decimal): -11427998 or 6463313. OLE color: 6463313.

HSL color Cylindrical-coordinate representation of color #519F62: hue angle of 133.08º 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 #519F62 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB8115998-
CMYK0.4900.380.38
HSL133.08º32.5%47.06%-
HSV(B)133.08º49.06%62.35%-
XYZ1827.4315.9-
YUV128.72110.6693.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.96%
GREEN value IS 159 (62.5% from 255) = 47.04%
BLUE value IS 98 (38.67% from 255) = 28.99%
R=23.96%
G=47.04%
B=28.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81159980.4900.380.38133.0832.547.06
Hex519F62310262685202f
Octal12123714261046462054057
Binary1010001100111111100010110001010011010011010000101100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,159,98); }

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

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

 a { background-color: rgb(81,159,98); }

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

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

 span { border-color: rgb(81,159,98); }

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