#519665

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

Shades of Chateau Green #519665

Tints of Chateau Green #519665

Color information

#519665 (or 0x519665) is unknown color: approx Chateau Green. HEX triplet: 51, 96 and 65. RGB value is (81,150,101). Sum of RGB (Red+Green+Blue) = 81+150+101=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #519665 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519665 is #AE699A. Grayscale: #7B7B7B. Windows color (decimal): -11430299 or 6657617. OLE color: 6657617.

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

Color convert

RGB81150101-
CMYK0.4600.330.41
HSL137.39º29.87%45.29%-
HSV(B)137.39º46%58.82%-
XYZ16.6524.516.16-
YUV123.78115.1497.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.40%
GREEN value IS 150 (58.98% from 255) = 45.18%
BLUE value IS 101 (39.84% from 255) = 30.42%
R=24.40%
G=45.18%
B=30.42%

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
Decimal811501010.4600.330.41137.3929.8745.29
Hex5196652E02129891e2d
Octal12122614556041512113655
Binary101000110010110110010110111001000011010011000100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519665; }

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

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

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

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

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

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

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

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