Html Css Color HEX #519365 Chateau Green

📋 copy color: '#519365'

red 81 ◦ green 147 ◦ blue 101

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

Shades of Chateau Green #519365

Tints of Chateau Green #519365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.7%

R = 24.62%
G = 44.68%
B = 30.7%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#519365 (or 0x519365) is known color: Chateau Green. HEX triplet: 51, 93 and 65. RGB value is (81,147,101). Sum of RGB (Red+Green+Blue) = 81+147+101=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 147 (57.81% from 255 or 44.68% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 147 - color contains mainly: green. Hex color #519365 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519365 is #AE6C9A. Grayscale: #7A7A7A. Windows color (decimal): -11431067 or 6656849. OLE color: 6656849.

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

Color convert

RGB 81 147 101 -
CMYK 0.45 0 0.31 0.42
HSL 138.18º 0.29% 0.45% -
HSV(B) 138.18º 0.45% 0.58% -
XYZ 16.18 23.56 16.01 -
YUV 122.02 116.13 98.74 -
System Red Green Blue C M Y K H S L
Decimal 81 147 101 0.45 0 0.31 0.42 138.18 0.29 0.45
Hex 51 93 65 2D 0 1F 2A 8A 1D 2D
Octal 121 223 145 55 0 37 52 212 35 55
Binary 1010001 10010011 1100101 101101 0 11111 101010 10001010 11101 101101

Color Harmonies of #519365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519365

Black with #519365

Text Example


Text Example

White with #519365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519365; }

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

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

background-color css

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

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

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

border-color css

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

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

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