Html Css Color HEX #519360 Chateau Green

📋 copy color: '#519360'

red 81 ◦ green 147 ◦ blue 96

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

Shades of Chateau Green #519360

Tints of Chateau Green #519360

RGB

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

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

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

R = 25%
G = 45.37%
B = 29.63%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#519360 (or 0x519360) is known color: Chateau Green. HEX triplet: 51, 93 and 60. RGB value is (81,147,96). Sum of RGB (Red+Green+Blue) = 81+147+96=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #519360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519360 is #AE6C9F. Grayscale: #797979. Windows color (decimal): -11431072 or 6329169. OLE color: 6329169.

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

Color convert

RGB 81 147 96 -
CMYK 0.45 0 0.35 0.42
HSL 133.64º 0.29% 0.45% -
HSV(B) 133.64º 0.45% 0.58% -
XYZ 15.94 23.46 14.75 -
YUV 121.45 113.63 99.15 -
System Red Green Blue C M Y K H S L
Decimal 81 147 96 0.45 0 0.35 0.42 133.64 0.29 0.45
Hex 51 93 60 2D 0 23 2A 86 1D 2D
Octal 121 223 140 55 0 43 52 206 35 55
Binary 1010001 10010011 1100000 101101 0 100011 101010 10000110 11101 101101

Color Harmonies of #519360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519360

Black with #519360

Text Example


Text Example

White with #519360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519360; }

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

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

background-color css

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

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

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

border-color css

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

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

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