#518E5F

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

Shades of Chateau Green #518E5F

Tints of Chateau Green #518E5F

Color information

#518E5F (or 0x518E5F) is unknown color: approx Chateau Green. HEX triplet: 51, 8E and 5F. RGB value is (81,142,95). Sum of RGB (Red+Green+Blue) = 81+142+95=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 142 - color contains mainly: green. Hex color #518E5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518E5F is #AE71A0. Grayscale: #767676. Windows color (decimal): -11432353 or 6262353. OLE color: 6262353.

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

Color convert

RGB8114295-
CMYK0.4300.330.44
HSL133.77º27.35%43.73%-
HSV(B)133.77º42.96%55.69%-
XYZ15.1321.9214.26-
YUV118.4114.79101.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.47%
GREEN value IS 142 (55.86% from 255) = 44.65%
BLUE value IS 95 (37.5% from 255) = 29.87%
R=25.47%
G=44.65%
B=29.87%

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
Decimal81142950.4300.330.44133.7727.3543.73
Hex518E5F2B0212C861b2c
Octal12121613753041542063354
Binary101000110001110101111110101101000011011001000011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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