Html Css Color HEX #518F60 Chateau Green

📋 copy color: '#518F60'

red 81 ◦ green 143 ◦ blue 96

#518F60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #518F60

Tints of Chateau Green #518F60

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 value IS 0.43

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#518F60 (or 0x518F60) is known color: 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

RGB 81 143 96 -
CMYK 0.43 0 0.33 0.44
HSL 134.52º 0.28% 0.44% -
HSV(B) 134.52º 0.43% 0.56% -
XYZ 15.33 22.24 14.55 -
YUV 119.1 114.96 100.82 -
System Red Green Blue C M Y K H S L
Decimal 81 143 96 0.43 0 0.33 0.44 134.52 0.28 0.44
Hex 51 8F 60 2B 0 21 2C 87 1C 2C
Octal 121 217 140 53 0 41 54 207 34 54
Binary 1010001 10001111 1100000 101011 0 100001 101100 10000111 11100 101100

Color Harmonies of #518F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518F60

Black with #518F60

Text Example


Text Example

White with #518F60

Text Example


Text Example

HTML Codes & Css Web 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>