#519562

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

Shades of Chateau Green #519562

Tints of Chateau Green #519562

Color information

#519562 (or 0x519562) is unknown color: approx Chateau Green. HEX triplet: 51, 95 and 62. RGB value is (81,149,98). Sum of RGB (Red+Green+Blue) = 81+149+98=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #519562 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519562 is #AE6A9D. Grayscale: #7A7A7A. Windows color (decimal): -11430558 or 6460753. OLE color: 6460753.

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

Color convert

RGB8114998-
CMYK0.4600.340.42
HSL135º29.57%45.1%-
HSV(B)135º45.64%58.43%-
XYZ16.3524.1315.35-
YUV122.85113.9798.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.70%
GREEN value IS 149 (58.59% from 255) = 45.43%
BLUE value IS 98 (38.67% from 255) = 29.88%
R=24.70%
G=45.43%
B=29.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81149980.4600.340.4213529.5745.1
Hex5195622E0222A871e2d
Octal12122514256042522073655
Binary101000110010101110001010111001000101010101000011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519562; }

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

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

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

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

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

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

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

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