Html Css Color HEX #519060 Chateau Green

📋 copy color: '#519060'

red 81 ◦ green 144 ◦ blue 96

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

Shades of Chateau Green #519060

Tints of Chateau Green #519060

RGB

 RED value IS 81 (32.03% from 255) = 25.23%

 GREEN value IS 144 (56.64% from 255) = 44.86%

 BLUE value IS 96 (37.89% from 255) = 29.91%

R = 25.23%
G = 44.86%
B = 29.91%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#519060 (or 0x519060) is known color: Chateau Green. HEX triplet: 51, 90 and 60. RGB value is (81,144,96). Sum of RGB (Red+Green+Blue) = 81+144+96=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 144 - color contains mainly: green. Hex color #519060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519060 is #AE6F9F. Grayscale: #777777. Windows color (decimal): -11431840 or 6328401. OLE color: 6328401.

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

Color convert

RGB 81 144 96 -
CMYK 0.44 0 0.33 0.44
HSL 134.29º 0.28% 0.44% -
HSV(B) 134.29º 0.44% 0.56% -
XYZ 15.48 22.54 14.6 -
YUV 119.69 114.63 100.4 -
System Red Green Blue C M Y K H S L
Decimal 81 144 96 0.44 0 0.33 0.44 134.29 0.28 0.44
Hex 51 90 60 2C 0 21 2C 86 1C 2C
Octal 121 220 140 54 0 41 54 206 34 54
Binary 1010001 10010000 1100000 101100 0 100001 101100 10000110 11100 101100

Color Harmonies of #519060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519060

Black with #519060

Text Example


Text Example

White with #519060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519060; }

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

 H1.HeaderClassName
 {
   color: #519060;
 }
 .AnyTagClassName
 {
   color: #519060;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #519060;
 }
 .BgClassName
 {
   background-color: #519060;
 }
</style>

border-color css

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

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

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