Html Css Color HEX #519261 Chateau Green

📋 copy color: '#519261'

red 81 ◦ green 146 ◦ blue 97

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

Shades of Chateau Green #519261

Tints of Chateau Green #519261

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.06%

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

R = 25%
G = 45.06%
B = 29.94%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#519261 (or 0x519261) is known color: Chateau Green. HEX triplet: 51, 92 and 61. RGB value is (81,146,97). Sum of RGB (Red+Green+Blue) = 81+146+97=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #519261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519261 is #AE6D9E. Grayscale: #797979. Windows color (decimal): -11431327 or 6394449. OLE color: 6394449.

HSL color Cylindrical-coordinate representation of color #519261: hue angle of 134.77º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #519261 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 146 97 -
CMYK 0.45 0 0.34 0.43
HSL 134.77º 0.29% 0.45% -
HSV(B) 134.77º 0.45% 0.57% -
XYZ 15.83 23.17 14.95 -
YUV 120.98 114.47 99.48 -
System Red Green Blue C M Y K H S L
Decimal 81 146 97 0.45 0 0.34 0.43 134.77 0.29 0.45
Hex 51 92 61 2D 0 22 2B 87 1D 2D
Octal 121 222 141 55 0 42 53 207 35 55
Binary 1010001 10010010 1100001 101101 0 100010 101011 10000111 11101 101101

Color Harmonies of #519261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519261

Black with #519261

Text Example


Text Example

White with #519261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519261; }

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

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

background-color css

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

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

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

border-color css

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

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

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