#519560

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

Shades of Chateau Green #519560

Tints of Chateau Green #519560

Color information

#519560 (or 0x519560) is unknown color: approx Chateau Green. HEX triplet: 51, 95 and 60. RGB value is (81,149,96). Sum of RGB (Red+Green+Blue) = 81+149+96=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #519560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519560 is #AE6A9F. Grayscale: #7A7A7A. Windows color (decimal): -11430560 or 6329681. OLE color: 6329681.

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

Color convert

RGB8114996-
CMYK0.4600.360.42
HSL133.24º29.57%45.1%-
HSV(B)133.24º45.64%58.43%-
XYZ16.2524.0914.86-
YUV122.63112.9798.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.85%
GREEN value IS 149 (58.59% from 255) = 45.71%
BLUE value IS 96 (37.89% from 255) = 29.45%
R=24.85%
G=45.71%
B=29.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81149960.4600.360.42133.2429.5745.1
Hex5195602E0242A851e2d
Octal12122514056044522053655
Binary101000110010101110000010111001001001010101000010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519560; }

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

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

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

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

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

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

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

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