#519463

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

Shades of Chateau Green #519463

Tints of Chateau Green #519463

Color information

#519463 (or 0x519463) is unknown color: approx Chateau Green. HEX triplet: 51, 94 and 63. RGB value is (81,148,99). Sum of RGB (Red+Green+Blue) = 81+148+99=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #519463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519463 is #AE6B9C. Grayscale: #7A7A7A. Windows color (decimal): -11430813 or 6526033. OLE color: 6526033.

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

Color convert

RGB8114899-
CMYK0.4500.330.42
HSL136.12º29.26%44.9%-
HSV(B)136.12º45.27%58.04%-
XYZ16.2423.8315.55-
YUV122.38114.898.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.70%
GREEN value IS 148 (58.20% from 255) = 45.12%
BLUE value IS 99 (39.06% from 255) = 30.18%
R=24.70%
G=45.12%
B=30.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81148990.4500.330.42136.1229.2644.9
Hex5194632D0212A881d2d
Octal12122414355041522103555
Binary101000110010100110001110110101000011010101000100011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519463; }

 p { color: rgb(81,148,99); }

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

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

 a { background-color: rgb(81,148,99); }

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

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

 span { border-color: rgb(81,148,99); }

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