#449356

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

Shades of Chateau Green #449356

Tints of Chateau Green #449356

Color information

#449356 (or 0x449356) is unknown color: approx Chateau Green. HEX triplet: 44, 93 and 56. RGB value is (68,147,86). Sum of RGB (Red+Green+Blue) = 68+147+86=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #449356 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449356 is #BB6CA9. Grayscale: #747474. Windows color (decimal): -12283050 or 5673796. OLE color: 5673796.

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

Color convert

RGB6814786-
CMYK0.5400.410.42
HSL133.67º36.74%42.16%-
HSV(B)133.67º53.74%57.65%-
XYZ14.522.7712.43-
YUV116.43110.8393.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 147 (57.81% from 255) = 48.84%
BLUE value IS 86 (33.98% from 255) = 28.57%
R=22.59%
G=48.84%
B=28.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68147860.5400.410.42133.6736.7442.16
Hex449356360292A86252a
Octal10422312666051522064552
Binary1000100100100111010110110110010100110101010000110100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449356; }

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

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

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

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

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

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

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

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