#519066

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

Shades of Chateau Green #519066

Tints of Chateau Green #519066

Color information

#519066 (or 0x519066) is unknown color: approx Chateau Green. HEX triplet: 51, 90 and 66. RGB value is (81,144,102). Sum of RGB (Red+Green+Blue) = 81+144+102=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #519066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519066 is #AE6F99. Grayscale: #787878. Windows color (decimal): -11431834 or 6721617. OLE color: 6721617.

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

Color convert

RGB81144102-
CMYK0.4400.290.44
HSL140º28%44.12%-
HSV(B)140º43.75%56.47%-
XYZ15.7622.6616.11-
YUV120.37117.6399.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.77%
GREEN value IS 144 (56.64% from 255) = 44.04%
BLUE value IS 102 (40.23% from 255) = 31.19%
R=24.77%
G=44.04%
B=31.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811441020.4400.290.441402844.12
Hex5190662C01D2C8c1c2c
Octal12122014654035542143454
Binary10100011001000011001101011000111011011001000110011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519066; }

 p { color: rgb(81,144,102); }

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

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

 a { background-color: rgb(81,144,102); }

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

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

 span { border-color: rgb(81,144,102); }

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