#518F60

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

Shades of Chateau Green #518F60

Tints of Chateau Green #518F60

Color information

#518F60 (or 0x518F60) is unknown color: approx Chateau Green. HEX triplet: 51, 8F and 60. RGB value is (81,143,96). Sum of RGB (Red+Green+Blue) = 81+143+96=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 143 (56.25% from 255 or 44.69% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 143 - color contains mainly: green. Hex color #518F60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518F60 is #AE709F. Grayscale: #777777. Windows color (decimal): -11432096 or 6328145. OLE color: 6328145.

HSL color Cylindrical-coordinate representation of color #518F60: hue angle of 134.52º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #518F60 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB8114396-
CMYK0.4300.330.44
HSL134.52º27.68%43.92%-
HSV(B)134.52º43.36%56.08%-
XYZ15.3322.2414.55-
YUV119.1114.96100.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.31%
GREEN value IS 143 (56.25% from 255) = 44.69%
BLUE value IS 96 (37.89% from 255) = 30%
R=25.31%
G=44.69%
B=30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81143960.4300.330.44134.5227.6843.92
Hex518F602B0212C871c2c
Octal12121714053041542073454
Binary101000110001111110000010101101000011011001000011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518F60; }

 p { color: rgb(81,143,96); }

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

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

 a { background-color: rgb(81,143,96); }

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

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

 span { border-color: rgb(81,143,96); }

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