Html Css Color HEX #519260 Chateau Green

📋 copy color: '#519260'

red 81 ◦ green 146 ◦ blue 96

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

Shades of Chateau Green #519260

Tints of Chateau Green #519260

RGB

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

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

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

R = 25.08%
G = 45.2%
B = 29.72%

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

#519260 (or 0x519260) is known color: Chateau Green. HEX triplet: 51, 92 and 60. RGB value is (81,146,96). Sum of RGB (Red+Green+Blue) = 81+146+96=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #519260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519260 is #AE6D9F. Grayscale: #797979. Windows color (decimal): -11431328 or 6328913. OLE color: 6328913.

HSL color Cylindrical-coordinate representation of color #519260: hue angle of 133.85º 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 #519260 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 146 96 -
CMYK 0.45 0 0.34 0.43
HSL 133.85º 0.29% 0.45% -
HSV(B) 133.85º 0.45% 0.57% -
XYZ 15.78 23.15 14.7 -
YUV 120.87 113.97 99.57 -
System Red Green Blue C M Y K H S L
Decimal 81 146 96 0.45 0 0.34 0.43 133.85 0.29 0.45
Hex 51 92 60 2D 0 22 2B 86 1D 2D
Octal 121 222 140 55 0 42 53 206 35 55
Binary 1010001 10010010 1100000 101101 0 100010 101011 10000110 11101 101101

Color Harmonies of #519260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519260

Black with #519260

Text Example


Text Example

White with #519260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519260; }

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

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

background-color css

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

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

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

border-color css

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

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

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