#518F61

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

Shades of Chateau Green #518F61

Tints of Chateau Green #518F61

Color information

#518F61 (or 0x518F61) is unknown color: approx Chateau Green. HEX triplet: 51, 8F and 61. RGB value is (81,143,97). Sum of RGB (Red+Green+Blue) = 81+143+97=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 143 - color contains mainly: green. Hex color #518F61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518F61 is #AE709E. Grayscale: #777777. Windows color (decimal): -11432095 or 6393681. OLE color: 6393681.

HSL color Cylindrical-coordinate representation of color #518F61: hue angle of 135.48º 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 #518F61 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB8114397-
CMYK0.4300.320.44
HSL135.48º27.68%43.92%-
HSV(B)135.48º43.36%56.08%-
XYZ15.3722.2614.8-
YUV119.22115.46100.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.23%
GREEN value IS 143 (56.25% from 255) = 44.55%
BLUE value IS 97 (38.28% from 255) = 30.22%
R=25.23%
G=44.55%
B=30.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81143970.4300.320.44135.4827.6843.92
Hex518F612B0202C871c2c
Octal12121714153040542073454
Binary101000110001111110000110101101000001011001000011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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