#449150

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

Shades of Chateau Green #449150

Tints of Chateau Green #449150

Color information

#449150 (or 0x449150) is unknown color: approx Chateau Green. HEX triplet: 44, 91 and 50. RGB value is (68,145,80). Sum of RGB (Red+Green+Blue) = 68+145+80=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 145 - color contains mainly: green. Hex color #449150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449150 is #BB6EAF. Grayscale: #727272. Windows color (decimal): -12283568 or 5280068. OLE color: 5280068.

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

Color convert

RGB6814580-
CMYK0.5300.450.43
HSL129.35º36.15%41.76%-
HSV(B)129.35º53.1%56.86%-
XYZ13.9622.0611.11-
YUV114.57108.4994.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.21%
GREEN value IS 145 (57.03% from 255) = 49.49%
BLUE value IS 80 (31.64% from 255) = 27.30%
R=23.21%
G=49.49%
B=27.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68145800.5300.450.43129.3536.1541.76
Hex4491503502D2B81242a
Octal10422112065055532014452
Binary1000100100100011010000110101010110110101110000001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449150; }

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

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

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

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

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

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

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

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