#519664

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

Shades of Chateau Green #519664

Tints of Chateau Green #519664

Color information

#519664 (or 0x519664) is unknown color: approx Chateau Green. HEX triplet: 51, 96 and 64. RGB value is (81,150,100). Sum of RGB (Red+Green+Blue) = 81+150+100=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #519664 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519664 is #AE699B. Grayscale: #7B7B7B. Windows color (decimal): -11430300 or 6592081. OLE color: 6592081.

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

Color convert

RGB81150100-
CMYK0.4600.330.41
HSL136.52º29.87%45.29%-
HSV(B)136.52º46%58.82%-
XYZ16.624.4815.91-
YUV123.67114.6497.57-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.47%
GREEN value IS 150 (58.98% from 255) = 45.32%
BLUE value IS 100 (39.45% from 255) = 30.21%
R=24.47%
G=45.32%
B=30.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811501000.4600.330.41136.5229.8745.29
Hex5196642E02129891e2d
Octal12122614456041512113655
Binary101000110010110110010010111001000011010011000100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519664; }

 p { color: rgb(81,150,100); }

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

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

 a { background-color: rgb(81,150,100); }

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

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

 span { border-color: rgb(81,150,100); }

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