#449F5A

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

Shades of Chateau Green #449F5A

Tints of Chateau Green #449F5A

Color information

#449F5A (or 0x449F5A) is unknown color: approx Chateau Green. HEX triplet: 44, 9F and 5A. RGB value is (68,159,90). Sum of RGB (Red+Green+Blue) = 68+159+90=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 159 (62.5% from 255 or 50.16% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 159 - color contains mainly: green. Hex color #449F5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449F5A is #BB60A5. Grayscale: #7C7C7C. Windows color (decimal): -12279974 or 5939012. OLE color: 5939012.

HSL color Cylindrical-coordinate representation of color #449F5A: hue angle of 134.51º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449F5A is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB6815990-
CMYK0.5700.430.38
HSL134.51º40.09%44.51%-
HSV(B)134.51º57.23%62.35%-
XYZ16.6326.7613.96-
YUV123.92108.8588.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.45%
GREEN value IS 159 (62.5% from 255) = 50.16%
BLUE value IS 90 (35.55% from 255) = 28.39%
R=21.45%
G=50.16%
B=28.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68159900.5700.430.38134.5140.0944.51
Hex449F5A3902B2687282d
Octal10423713271053462075055
Binary1000100100111111011010111001010101110011010000111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449F5A; }

 p { color: rgb(68,159,90); }

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

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

 a { background-color: rgb(68,159,90); }

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

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

 span { border-color: rgb(68,159,90); }

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