#449663

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

Shades of Chateau Green #449663

Tints of Chateau Green #449663

Color information

#449663 (or 0x449663) is unknown color: approx Chateau Green. HEX triplet: 44, 96 and 63. RGB value is (68,150,99). Sum of RGB (Red+Green+Blue) = 68+150+99=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #449663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449663 is #BB699C. Grayscale: #777777. Windows color (decimal): -12282269 or 6526532. OLE color: 6526532.

HSL color Cylindrical-coordinate representation of color #449663: hue angle of 142.68º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449663 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.

Color convert

RGB6815099-
CMYK0.5500.340.41
HSL142.68º37.61%42.75%-
HSV(B)142.68º54.67%58.82%-
XYZ15.5423.9415.61-
YUV119.67116.3391.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.45%
GREEN value IS 150 (58.98% from 255) = 47.32%
BLUE value IS 99 (39.06% from 255) = 31.23%
R=21.45%
G=47.32%
B=31.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal68150990.5500.340.41142.6837.6142.75
Hex44966337022298f262b
Octal10422614367042512174653
Binary1000100100101101100011110111010001010100110001111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449663; }

 p { color: rgb(68,150,99); }

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

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

 a { background-color: rgb(68,150,99); }

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

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

 span { border-color: rgb(68,150,99); }

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