#448E54

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

Shades of Chateau Green #448E54

Tints of Chateau Green #448E54

Color information

#448E54 (or 0x448E54) is unknown color: approx Chateau Green. HEX triplet: 44, 8E and 54. RGB value is (68,142,84). Sum of RGB (Red+Green+Blue) = 68+142+84=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 142 (55.86% from 255 or 48.30% from 294); Blue value is 84 (33.20% from 255 or 28.57% from 294); Max value from RGB is 142 - color contains mainly: green. Hex color #448E54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448E54 is #BB71AB. Grayscale: #717171. Windows color (decimal): -12284332 or 5541444. OLE color: 5541444.

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

Color convert

RGB6814284-
CMYK0.5200.410.44
HSL132.97º35.24%41.18%-
HSV(B)132.97º52.11%55.69%-
XYZ13.6621.2211.76-
YUV113.26111.4895.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.13%
GREEN value IS 142 (55.86% from 255) = 48.30%
BLUE value IS 84 (33.20% from 255) = 28.57%
R=23.13%
G=48.30%
B=28.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68142840.5200.410.44132.9735.2441.18
Hex448E54340292C852329
Octal10421612464051542054351
Binary1000100100011101010100110100010100110110010000101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,142,84); }

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

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

 a { background-color: rgb(68,142,84); }

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

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

 span { border-color: rgb(68,142,84); }

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