#449456

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

Shades of Chateau Green #449456

Tints of Chateau Green #449456

Color information

#449456 (or 0x449456) is unknown color: approx Chateau Green. HEX triplet: 44, 94 and 56. RGB value is (68,148,86). Sum of RGB (Red+Green+Blue) = 68+148+86=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #449456 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449456 is #BB6BA9. Grayscale: #757575. Windows color (decimal): -12282794 or 5674052. OLE color: 5674052.

HSL color Cylindrical-coordinate representation of color #449456: hue angle of 133.5º 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 #449456 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB6814886-
CMYK0.5400.420.42
HSL133.5º37.04%42.35%-
HSV(B)133.5º54.05%58.04%-
XYZ14.6523.0812.49-
YUV117.01110.593.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.52%
GREEN value IS 148 (58.20% from 255) = 49.01%
BLUE value IS 86 (33.98% from 255) = 28.48%
R=22.52%
G=49.01%
B=28.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68148860.5400.420.42133.537.0442.35
Hex4494563602A2A86252a
Octal10422412666052522064552
Binary1000100100101001010110110110010101010101010000110100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449456; }

 p { color: rgb(68,148,86); }

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

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

 a { background-color: rgb(68,148,86); }

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

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

 span { border-color: rgb(68,148,86); }

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