#469563

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

Shades of Chateau Green #469563

Tints of Chateau Green #469563

Color information

#469563 (or 0x469563) is unknown color: approx Chateau Green. HEX triplet: 46, 95 and 63. RGB value is (70,149,99). Sum of RGB (Red+Green+Blue) = 70+149+99=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 149 (58.59% from 255 or 46.86% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 149 - color contains mainly: green. Hex color #469563 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469563 is #B96A9C. Grayscale: #777777. Windows color (decimal): -12151453 or 6526278. OLE color: 6526278.

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

Color convert

RGB7014999-
CMYK0.5300.340.42
HSL142.03º36.07%42.94%-
HSV(B)142.03º53.02%58.43%-
XYZ15.5323.715.56-
YUV119.68116.3392.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.01%
GREEN value IS 149 (58.59% from 255) = 46.86%
BLUE value IS 99 (39.06% from 255) = 31.13%
R=22.01%
G=46.86%
B=31.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70149990.5300.340.42142.0336.0742.94
Hex469563350222A8e242b
Octal10622514365042522164453
Binary1000110100101011100011110101010001010101010001110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469563; }

 p { color: rgb(70,149,99); }

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

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

 a { background-color: rgb(70,149,99); }

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

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

 span { border-color: rgb(70,149,99); }

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