#519C5F

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

Shades of Chateau Green #519C5F

Tints of Chateau Green #519C5F

Color information

#519C5F (or 0x519C5F) is unknown color: approx Chateau Green. HEX triplet: 51, 9C and 5F. RGB value is (81,156,95). Sum of RGB (Red+Green+Blue) = 81+156+95=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 156 - color contains mainly: green. Hex color #519C5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519C5F is #AE63A0. Grayscale: #7E7E7E. Windows color (decimal): -11428769 or 6265937. OLE color: 6265937.

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

Color convert

RGB8115695-
CMYK0.4800.390.39
HSL131.2º31.65%46.47%-
HSV(B)131.2º48.08%61.18%-
XYZ17.3526.3515-
YUV126.62110.1595.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.40%
GREEN value IS 156 (61.33% from 255) = 46.99%
BLUE value IS 95 (37.5% from 255) = 28.61%
R=24.40%
G=46.99%
B=28.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81156950.4800.390.39131.231.6546.47
Hex519C5F300272783202e
Octal12123413760047472034056
Binary1010001100111001011111110000010011110011110000011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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