#519B5F

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

Shades of Chateau Green #519B5F

Tints of Chateau Green #519B5F

Color information

#519B5F (or 0x519B5F) is unknown color: approx Chateau Green. HEX triplet: 51, 9B and 5F. RGB value is (81,155,95). Sum of RGB (Red+Green+Blue) = 81+155+95=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 155 (60.94% from 255 or 46.83% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 155 - color contains mainly: green. Hex color #519B5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519B5F is #AE64A0. Grayscale: #7E7E7E. Windows color (decimal): -11429025 or 6265681. OLE color: 6265681.

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

Color convert

RGB8115595-
CMYK0.4800.390.39
HSL131.35º31.36%46.27%-
HSV(B)131.35º47.74%60.78%-
XYZ17.1826.0214.94-
YUV126.03110.4895.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.47%
GREEN value IS 155 (60.94% from 255) = 46.83%
BLUE value IS 95 (37.5% from 255) = 28.70%
R=24.47%
G=46.83%
B=28.70%

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
Decimal81155950.4800.390.39131.3531.3646.27
Hex519B5F3002727831f2e
Octal12123313760047472033756
Binary101000110011011101111111000001001111001111000001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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