#449563

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

Shades of Chateau Green #449563

Tints of Chateau Green #449563

Color information

#449563 (or 0x449563) is unknown color: approx Chateau Green. HEX triplet: 44, 95 and 63. RGB value is (68,149,99). Sum of RGB (Red+Green+Blue) = 68+149+99=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #449563 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449563 is #BB6A9C. Grayscale: #777777. Windows color (decimal): -12282525 or 6526276. OLE color: 6526276.

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

Color convert

RGB6814999-
CMYK0.5400.340.42
HSL142.96º37.33%42.55%-
HSV(B)142.96º54.36%58.43%-
XYZ15.3823.6215.55-
YUV119.08116.6691.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.52%
GREEN value IS 149 (58.59% from 255) = 47.15%
BLUE value IS 99 (39.06% from 255) = 31.33%
R=21.52%
G=47.15%
B=31.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68149990.5400.340.42142.9637.3342.55
Hex449563360222A8f252b
Octal10422514366042522174553
Binary1000100100101011100011110110010001010101010001111100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449563; }

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

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

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

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

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

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

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

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