#449355

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

Shades of Chateau Green #449355

Tints of Chateau Green #449355

Color information

#449355 (or 0x449355) is unknown color: approx Chateau Green. HEX triplet: 44, 93 and 55. RGB value is (68,147,85). Sum of RGB (Red+Green+Blue) = 68+147+85=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #449355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449355 is #BB6CAA. Grayscale: #747474. Windows color (decimal): -12283051 or 5608260. OLE color: 5608260.

HSL color Cylindrical-coordinate representation of color #449355: hue angle of 132.91º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449355 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB6814785-
CMYK0.5400.420.42
HSL132.91º36.74%42.16%-
HSV(B)132.91º53.74%57.65%-
XYZ14.4622.7512.22-
YUV116.31110.3393.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.67%
GREEN value IS 147 (57.81% from 255) = 49%
BLUE value IS 85 (33.59% from 255) = 28.33%
R=22.67%
G=49%
B=28.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68147850.5400.420.42132.9136.7442.16
Hex4493553602A2A85252a
Octal10422312566052522054552
Binary1000100100100111010101110110010101010101010000101100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449355; }

 p { color: rgb(68,147,85); }

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

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

 a { background-color: rgb(68,147,85); }

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

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

 span { border-color: rgb(68,147,85); }

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