Html Css Color HEX #519362 Chateau Green

📋 copy color: '#519362'

red 81 ◦ green 147 ◦ blue 98

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

Shades of Chateau Green #519362

Tints of Chateau Green #519362

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.09%

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

R = 24.85%
G = 45.09%
B = 30.06%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#519362 (or 0x519362) is known color: Chateau Green. HEX triplet: 51, 93 and 62. RGB value is (81,147,98). Sum of RGB (Red+Green+Blue) = 81+147+98=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #519362 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519362 is #AE6C9D. Grayscale: #797979. Windows color (decimal): -11431070 or 6460241. OLE color: 6460241.

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

Color convert

RGB 81 147 98 -
CMYK 0.45 0 0.33 0.42
HSL 135.45º 0.29% 0.45% -
HSV(B) 135.45º 0.45% 0.58% -
XYZ 16.03 23.5 15.25 -
YUV 121.68 114.63 98.98 -
System Red Green Blue C M Y K H S L
Decimal 81 147 98 0.45 0 0.33 0.42 135.45 0.29 0.45
Hex 51 93 62 2D 0 21 2A 87 1D 2D
Octal 121 223 142 55 0 41 52 207 35 55
Binary 1010001 10010011 1100010 101101 0 100001 101010 10000111 11101 101101

Color Harmonies of #519362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519362

Black with #519362

Text Example


Text Example

White with #519362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519362; }

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

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

background-color css

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

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

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

border-color css

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

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

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