#449054

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

Shades of Chateau Green #449054

Tints of Chateau Green #449054

Color information

#449054 (or 0x449054) is unknown color: approx Chateau Green. HEX triplet: 44, 90 and 54. RGB value is (68,144,84). Sum of RGB (Red+Green+Blue) = 68+144+84=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 144 - color contains mainly: green. Hex color #449054 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449054 is #BB6FAB. Grayscale: #727272. Windows color (decimal): -12283820 or 5541956. OLE color: 5541956.

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

Color convert

RGB6814484-
CMYK0.5300.420.44
HSL132.63º35.85%41.57%-
HSV(B)132.63º52.78%56.47%-
XYZ13.9621.8211.86-
YUV114.44110.8294.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.97%
GREEN value IS 144 (56.64% from 255) = 48.65%
BLUE value IS 84 (33.20% from 255) = 28.38%
R=22.97%
G=48.65%
B=28.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68144840.5300.420.44132.6335.8541.57
Hex4490543502A2C85242a
Octal10422012465052542054452
Binary1000100100100001010100110101010101010110010000101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449054; }

 p { color: rgb(68,144,84); }

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

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

 a { background-color: rgb(68,144,84); }

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

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

 span { border-color: rgb(68,144,84); }

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