#519461

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

Shades of Chateau Green #519461

Tints of Chateau Green #519461

Color information

#519461 (or 0x519461) is unknown color: approx Chateau Green. HEX triplet: 51, 94 and 61. RGB value is (81,148,97). Sum of RGB (Red+Green+Blue) = 81+148+97=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 148 (58.20% from 255 or 45.40% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 148 - color contains mainly: green. Hex color #519461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519461 is #AE6B9E. Grayscale: #7A7A7A. Windows color (decimal): -11430815 or 6394961. OLE color: 6394961.

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

Color convert

RGB8114897-
CMYK0.4500.340.42
HSL134.33º29.26%44.9%-
HSV(B)134.33º45.27%58.04%-
XYZ16.1423.7915.05-
YUV122.15113.898.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.85%
GREEN value IS 148 (58.20% from 255) = 45.40%
BLUE value IS 97 (38.28% from 255) = 29.75%
R=24.85%
G=45.40%
B=29.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81148970.4500.340.42134.3329.2644.9
Hex5194612D0222A861d2d
Octal12122414155042522063555
Binary101000110010100110000110110101000101010101000011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519461; }

 p { color: rgb(81,148,97); }

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

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

 a { background-color: rgb(81,148,97); }

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

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

 span { border-color: rgb(81,148,97); }

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