#448D4E

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

Shades of Chateau Green #448D4E

Tints of Chateau Green #448D4E

Color information

#448D4E (or 0x448D4E) is unknown color: approx Chateau Green. HEX triplet: 44, 8D and 4E. RGB value is (68,141,78). Sum of RGB (Red+Green+Blue) = 68+141+78=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 141 (55.47% from 255 or 49.13% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 141 - color contains mainly: green. Hex color #448D4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448D4E is #BB72B1. Grayscale: #707070. Windows color (decimal): -12284594 or 5147972. OLE color: 5147972.

HSL color Cylindrical-coordinate representation of color #448D4E: hue angle of 128.22º 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 #448D4E is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB6814178-
CMYK0.5200.450.45
HSL128.22º34.93%40.98%-
HSV(B)128.22º51.77%55.29%-
XYZ13.2820.8310.53-
YUV111.99108.8296.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.69%
GREEN value IS 141 (55.47% from 255) = 49.13%
BLUE value IS 78 (30.86% from 255) = 27.18%
R=23.69%
G=49.13%
B=27.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68141780.5200.450.45128.2234.9340.98
Hex448D4E3402D2D802329
Octal10421511664055552004351
Binary1000100100011011001110110100010110110110110000000100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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