Html Css Color HEX #519561 Chateau Green

📋 copy color: '#519561'

red 81 ◦ green 149 ◦ blue 97

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

Shades of Chateau Green #519561

Tints of Chateau Green #519561

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.57%

 BLUE value IS 97 (38.28% from 255) = 29.66%

R = 24.77%
G = 45.57%
B = 29.66%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#519561 (or 0x519561) is known color: Chateau Green. HEX triplet: 51, 95 and 61. RGB value is (81,149,97). Sum of RGB (Red+Green+Blue) = 81+149+97=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 149 - color contains mainly: green. Hex color #519561 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519561 is #AE6A9E. Grayscale: #7A7A7A. Windows color (decimal): -11430559 or 6395217. OLE color: 6395217.

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

Color convert

RGB 81 149 97 -
CMYK 0.46 0 0.35 0.42
HSL 134.12º 0.3% 0.45% -
HSV(B) 134.12º 0.46% 0.58% -
XYZ 16.3 24.11 15.1 -
YUV 122.74 113.47 98.23 -
System Red Green Blue C M Y K H S L
Decimal 81 149 97 0.46 0 0.35 0.42 134.12 0.3 0.45
Hex 51 95 61 2E 0 23 2A 86 1E 2D
Octal 121 225 141 56 0 43 52 206 36 55
Binary 1010001 10010101 1100001 101110 0 100011 101010 10000110 11110 101101

Color Harmonies of #519561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519561

Black with #519561

Text Example


Text Example

White with #519561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519561; }

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

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

background-color css

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

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

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

border-color css

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

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

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