#449254

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

Shades of Chateau Green #449254

Tints of Chateau Green #449254

Color information

#449254 (or 0x449254) is unknown color: approx Chateau Green. HEX triplet: 44, 92 and 54. RGB value is (68,146,84). Sum of RGB (Red+Green+Blue) = 68+146+84=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #449254 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449254 is #BB6DAB. Grayscale: #737373. Windows color (decimal): -12283308 or 5542468. OLE color: 5542468.

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

Color convert

RGB6814684-
CMYK0.5300.420.43
HSL132.31º36.45%41.96%-
HSV(B)132.31º53.42%57.25%-
XYZ14.2622.4311.96-
YUV115.61110.1694.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.82%
GREEN value IS 146 (57.42% from 255) = 48.99%
BLUE value IS 84 (33.20% from 255) = 28.19%
R=22.82%
G=48.99%
B=28.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68146840.5300.420.43132.3136.4541.96
Hex4492543502A2B84242a
Octal10422212465052532044452
Binary1000100100100101010100110101010101010101110000100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449254; }

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

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

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

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

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

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

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

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