#448D5C

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

Shades of Chateau Green #448D5C

Tints of Chateau Green #448D5C

Color information

#448D5C (or 0x448D5C) is unknown color: approx Chateau Green. HEX triplet: 44, 8D and 5C. RGB value is (68,141,92). Sum of RGB (Red+Green+Blue) = 68+141+92=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 141 (55.47% from 255 or 46.84% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 141 - color contains mainly: green. Hex color #448D5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448D5C is #BB72A3. Grayscale: #717171. Windows color (decimal): -12284580 or 6065476. OLE color: 6065476.

HSL color Cylindrical-coordinate representation of color #448D5C: hue angle of 139.73º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448D5C is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB6814192-
CMYK0.5200.350.45
HSL139.73º34.93%40.98%-
HSV(B)139.73º51.77%55.29%-
XYZ13.8421.0513.46-
YUV113.59115.8295.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 141 (55.47% from 255) = 46.84%
BLUE value IS 92 (36.33% from 255) = 30.56%
R=22.59%
G=46.84%
B=30.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68141920.5200.350.45139.7334.9340.98
Hex448D5C340232D8c2329
Octal10421513464043552144351
Binary1000100100011011011100110100010001110110110001100100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448D5C; }

 p { color: rgb(68,141,92); }

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

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

 a { background-color: rgb(68,141,92); }

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

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

 span { border-color: rgb(68,141,92); }

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