#448D5F

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

Shades of Chateau Green #448D5F

Tints of Chateau Green #448D5F

Color information

#448D5F (or 0x448D5F) is unknown color: approx Chateau Green. HEX triplet: 44, 8D and 5F. RGB value is (68,141,95). Sum of RGB (Red+Green+Blue) = 68+141+95=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 141 (55.47% from 255 or 46.38% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 141 - color contains mainly: green. Hex color #448D5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448D5F is #BB72A0. Grayscale: #727272. Windows color (decimal): -12284577 or 6262084. OLE color: 6262084.

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

Color convert

RGB6814195-
CMYK0.5200.330.45
HSL142.19º34.93%40.98%-
HSV(B)142.19º51.77%55.29%-
XYZ13.9721.114.16-
YUV113.93117.3295.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.37%
GREEN value IS 141 (55.47% from 255) = 46.38%
BLUE value IS 95 (37.5% from 255) = 31.25%
R=22.37%
G=46.38%
B=31.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68141950.5200.330.45142.1934.9340.98
Hex448D5F340212D8e2329
Octal10421513764041552164351
Binary1000100100011011011111110100010000110110110001110100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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