#449354

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

Shades of Chateau Green #449354

Tints of Chateau Green #449354

Color information

#449354 (or 0x449354) is unknown color: approx Chateau Green. HEX triplet: 44, 93 and 54. RGB value is (68,147,84). Sum of RGB (Red+Green+Blue) = 68+147+84=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #449354 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449354 is #BB6CAB. Grayscale: #747474. Windows color (decimal): -12283052 or 5542724. OLE color: 5542724.

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

Color convert

RGB6814784-
CMYK0.5400.430.42
HSL132.15º36.74%42.16%-
HSV(B)132.15º53.74%57.65%-
XYZ14.4222.7412.02-
YUV116.2109.8393.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.74%
GREEN value IS 147 (57.81% from 255) = 49.16%
BLUE value IS 84 (33.20% from 255) = 28.09%
R=22.74%
G=49.16%
B=28.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68147840.5400.430.42132.1536.7442.16
Hex4493543602B2A84252a
Octal10422312466053522044552
Binary1000100100100111010100110110010101110101010000100100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449354; }

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

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

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

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

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

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

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

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