#449C66

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

Shades of Chateau Green #449C66

Tints of Chateau Green #449C66

Color information

#449C66 (or 0x449C66) is unknown color: approx Chateau Green. HEX triplet: 44, 9C and 66. RGB value is (68,156,102). Sum of RGB (Red+Green+Blue) = 68+156+102=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 156 (61.33% from 255 or 47.85% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 156 - color contains mainly: green. Hex color #449C66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449C66 is #BB6399. Grayscale: #7B7B7B. Windows color (decimal): -12280730 or 6724676. OLE color: 6724676.

HSL color Cylindrical-coordinate representation of color #449C66: hue angle of 143.18º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449C66 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB68156102-
CMYK0.5600.350.39
HSL143.18º39.29%43.92%-
HSV(B)143.18º56.41%61.18%-
XYZ16.6725.9716.7-
YUV123.53115.8588.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.86%
GREEN value IS 156 (61.33% from 255) = 47.85%
BLUE value IS 102 (40.23% from 255) = 31.29%
R=20.86%
G=47.85%
B=31.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681561020.5600.350.39143.1839.2943.92
Hex449C6638023278f272c
Octal10423414670043472174754
Binary1000100100111001100110111000010001110011110001111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,156,102); }

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

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

 a { background-color: rgb(68,156,102); }

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

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

 span { border-color: rgb(68,156,102); }

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