#519C61

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

Shades of Chateau Green #519C61

Tints of Chateau Green #519C61

Color information

#519C61 (or 0x519C61) is unknown color: approx Chateau Green. HEX triplet: 51, 9C and 61. RGB value is (81,156,97). Sum of RGB (Red+Green+Blue) = 81+156+97=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 156 (61.33% from 255 or 46.71% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 156 - color contains mainly: green. Hex color #519C61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519C61 is #AE639E. Grayscale: #7F7F7F. Windows color (decimal): -11428767 or 6397009. OLE color: 6397009.

HSL color Cylindrical-coordinate representation of color #519C61: hue angle of 132.8º 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 #519C61 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB8115697-
CMYK0.4800.380.39
HSL132.8º31.65%46.47%-
HSV(B)132.8º48.08%61.18%-
XYZ17.4426.3915.48-
YUV126.85111.1595.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.25%
GREEN value IS 156 (61.33% from 255) = 46.71%
BLUE value IS 97 (38.28% from 255) = 29.04%
R=24.25%
G=46.71%
B=29.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81156970.4800.380.39132.831.6546.47
Hex519C61300262785202e
Octal12123414160046472054056
Binary1010001100111001100001110000010011010011110000101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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