#519C65

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

Shades of Chateau Green #519C65

Tints of Chateau Green #519C65

Color information

#519C65 (or 0x519C65) is unknown color: approx Chateau Green. HEX triplet: 51, 9C and 65. RGB value is (81,156,101). Sum of RGB (Red+Green+Blue) = 81+156+101=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 156 (61.33% from 255 or 46.15% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 156 - color contains mainly: green. Hex color #519C65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519C65 is #AE639A. Grayscale: #7F7F7F. Windows color (decimal): -11428763 or 6659153. OLE color: 6659153.

HSL color Cylindrical-coordinate representation of color #519C65: hue angle of 136º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519C65 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB81156101-
CMYK0.4800.350.39
HSL136º31.65%46.47%-
HSV(B)136º48.08%61.18%-
XYZ17.6326.4716.49-
YUV127.3113.1594.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.96%
GREEN value IS 156 (61.33% from 255) = 46.15%
BLUE value IS 101 (39.84% from 255) = 29.88%
R=23.96%
G=46.15%
B=29.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811561010.4800.350.3913631.6546.47
Hex519C65300232788202e
Octal12123414560043472104056
Binary1010001100111001100101110000010001110011110001000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519C65; }

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

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

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

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

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

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

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

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