#449161

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

Shades of Chateau Green #449161

Tints of Chateau Green #449161

Color information

#449161 (or 0x449161) is unknown color: approx Chateau Green. HEX triplet: 44, 91 and 61. RGB value is (68,145,97). Sum of RGB (Red+Green+Blue) = 68+145+97=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #449161 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449161 is #BB6E9E. Grayscale: #747474. Windows color (decimal): -12283551 or 6394180. OLE color: 6394180.

HSL color Cylindrical-coordinate representation of color #449161: hue angle of 142.6º 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 #449161 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB6814597-
CMYK0.5300.330.43
HSL142.6º36.15%41.76%-
HSV(B)142.6º53.1%56.86%-
XYZ14.6722.3414.85-
YUV116.5116.9993.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.94%
GREEN value IS 145 (57.03% from 255) = 46.77%
BLUE value IS 97 (38.28% from 255) = 31.29%
R=21.94%
G=46.77%
B=31.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68145970.5300.330.43142.636.1541.76
Hex449161350212B8f242a
Octal10422114165041532174452
Binary1000100100100011100001110101010000110101110001111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449161; }

 p { color: rgb(68,145,97); }

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

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

 a { background-color: rgb(68,145,97); }

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

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

 span { border-color: rgb(68,145,97); }

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