Html Css Color HEX #519262 Chateau Green

📋 copy color: '#519262'

red 81 ◦ green 146 ◦ blue 98

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

Shades of Chateau Green #519262

Tints of Chateau Green #519262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.15%

R = 24.92%
G = 44.92%
B = 30.15%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#519262 (or 0x519262) is known color: Chateau Green. HEX triplet: 51, 92 and 62. RGB value is (81,146,98). Sum of RGB (Red+Green+Blue) = 81+146+98=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 146 (57.42% from 255 or 44.92% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 146 - color contains mainly: green. Hex color #519262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519262 is #AE6D9D. Grayscale: #797979. Windows color (decimal): -11431326 or 6459985. OLE color: 6459985.

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

Color convert

RGB 81 146 98 -
CMYK 0.45 0 0.33 0.43
HSL 135.69º 0.29% 0.45% -
HSV(B) 135.69º 0.45% 0.57% -
XYZ 15.88 23.19 15.19 -
YUV 121.09 114.97 99.4 -
System Red Green Blue C M Y K H S L
Decimal 81 146 98 0.45 0 0.33 0.43 135.69 0.29 0.45
Hex 51 92 62 2D 0 21 2B 88 1D 2D
Octal 121 222 142 55 0 41 53 210 35 55
Binary 1010001 10010010 1100010 101101 0 100001 101011 10001000 11101 101101

Color Harmonies of #519262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519262

Black with #519262

Text Example


Text Example

White with #519262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519262; }

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

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

background-color css

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

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

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

border-color css

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

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

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