#449F5B

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

Shades of Chateau Green #449F5B

Tints of Chateau Green #449F5B

Color information

#449F5B (or 0x449F5B) is unknown color: approx Chateau Green. HEX triplet: 44, 9F and 5B. RGB value is (68,159,91). Sum of RGB (Red+Green+Blue) = 68+159+91=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 159 (62.5% from 255 or 50% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 159 - color contains mainly: green. Hex color #449F5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449F5B is #BB60A4. Grayscale: #7C7C7C. Windows color (decimal): -12279973 or 6004548. OLE color: 6004548.

HSL color Cylindrical-coordinate representation of color #449F5B: hue angle of 135.16º 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 #449F5B is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.

Color convert

RGB6815991-
CMYK0.5700.430.38
HSL135.16º40.09%44.51%-
HSV(B)135.16º57.23%62.35%-
XYZ16.6726.7814.19-
YUV124.04109.3588.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.38%
GREEN value IS 159 (62.5% from 255) = 50%
BLUE value IS 91 (35.94% from 255) = 28.62%
R=21.38%
G=50%
B=28.62%

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
Decimal68159910.5700.430.38135.1640.0944.51
Hex449F5B3902B2687282d
Octal10423713371053462075055
Binary1000100100111111011011111001010101110011010000111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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