Html Css Color HEX #519760 Chateau Green

📋 copy color: '#519760'

red 81 ◦ green 151 ◦ blue 96

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

Shades of Chateau Green #519760

Tints of Chateau Green #519760

RGB

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

 GREEN value IS 151 (59.38% from 255) = 46.04%

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

R = 24.7%
G = 46.04%
B = 29.27%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#519760 (or 0x519760) is known color: Chateau Green. HEX triplet: 51, 97 and 60. RGB value is (81,151,96). Sum of RGB (Red+Green+Blue) = 81+151+96=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 151 (59.38% from 255 or 46.04% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 151 - color contains mainly: green. Hex color #519760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519760 is #AE689F. Grayscale: #7B7B7B. Windows color (decimal): -11430048 or 6330193. OLE color: 6330193.

HSL color Cylindrical-coordinate representation of color #519760: hue angle of 132.86º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #519760 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 151 96 -
CMYK 0.46 0 0.36 0.41
HSL 132.86º 0.3% 0.45% -
HSV(B) 132.86º 0.46% 0.59% -
XYZ 16.57 24.73 14.97 -
YUV 123.8 112.31 97.47 -
System Red Green Blue C M Y K H S L
Decimal 81 151 96 0.46 0 0.36 0.41 132.86 0.3 0.45
Hex 51 97 60 2E 0 24 29 85 1E 2D
Octal 121 227 140 56 0 44 51 205 36 55
Binary 1010001 10010111 1100000 101110 0 100100 101001 10000101 11110 101101

Color Harmonies of #519760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519760

Black with #519760

Text Example


Text Example

White with #519760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519760; }

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

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

background-color css

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

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

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

border-color css

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

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

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