#448E5B

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

Shades of Chateau Green #448E5B

Tints of Chateau Green #448E5B

Color information

#448E5B (or 0x448E5B) is unknown color: approx Chateau Green. HEX triplet: 44, 8E and 5B. RGB value is (68,142,91). Sum of RGB (Red+Green+Blue) = 68+142+91=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 142 (55.86% from 255 or 47.18% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 142 - color contains mainly: green. Hex color #448E5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448E5B is #BB71A4. Grayscale: #727272. Windows color (decimal): -12284325 or 6000196. OLE color: 6000196.

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

Color convert

RGB6814291-
CMYK0.5200.360.44
HSL138.65º35.24%41.18%-
HSV(B)138.65º52.11%55.69%-
XYZ13.9521.3313.28-
YUV114.06114.9895.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 142 (55.86% from 255) = 47.18%
BLUE value IS 91 (35.94% from 255) = 30.23%
R=22.59%
G=47.18%
B=30.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68142910.5200.360.44138.6535.2441.18
Hex448E5B340242C8b2329
Octal10421613364044542134351
Binary1000100100011101011011110100010010010110010001011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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