#519164

Color #519164 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #519164

Tints of Chateau Green #519164

Color information

#519164 (or 0x519164) is unknown color: approx Chateau Green. HEX triplet: 51, 91 and 64. RGB value is (81,145,100). Sum of RGB (Red+Green+Blue) = 81+145+100=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #519164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519164 is #AE6E9B. Grayscale: #787878. Windows color (decimal): -11431580 or 6590801. OLE color: 6590801.

HSL color Cylindrical-coordinate representation of color #519164: hue angle of 137.81º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #519164 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB81145100-
CMYK0.4400.310.43
HSL137.81º28.32%44.31%-
HSV(B)137.81º44.14%56.86%-
XYZ15.8222.9215.65-
YUV120.73116.399.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.85%
GREEN value IS 145 (57.03% from 255) = 44.48%
BLUE value IS 100 (39.45% from 255) = 30.67%
R=24.85%
G=44.48%
B=30.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811451000.4400.310.43137.8128.3244.31
Hex5191642C01F2B8a1c2c
Octal12122114454037532123454
Binary10100011001000111001001011000111111010111000101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519164; }

 p { color: rgb(81,145,100); }

 H1.HeaderClassName
 {
   color: #519164;
 }
 .AnyTagClassName
 {
   color: #519164;
 }
</style>
background-color css

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

 a { background-color: rgb(81,145,100); }

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

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

 span { border-color: rgb(81,145,100); }

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