#449160

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

Shades of Chateau Green #449160

Tints of Chateau Green #449160

Color information

#449160 (or 0x449160) is unknown color: approx Chateau Green. HEX triplet: 44, 91 and 60. RGB value is (68,145,96). Sum of RGB (Red+Green+Blue) = 68+145+96=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #449160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449160 is #BB6E9F. Grayscale: #747474. Windows color (decimal): -12283552 or 6328644. OLE color: 6328644.

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

Color convert

RGB6814596-
CMYK0.5300.340.43
HSL141.82º36.15%41.76%-
HSV(B)141.82º53.1%56.86%-
XYZ14.6222.3214.6-
YUV116.39116.4993.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.01%
GREEN value IS 145 (57.03% from 255) = 46.93%
BLUE value IS 96 (37.89% from 255) = 31.07%
R=22.01%
G=46.93%
B=31.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68145960.5300.340.43141.8236.1541.76
Hex449160350222B8e242a
Octal10422114065042532164452
Binary1000100100100011100000110101010001010101110001110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449160; }

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

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

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

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

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

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

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

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