#448B59

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

Shades of Chateau Green #448B59

Tints of Chateau Green #448B59

Color information

#448B59 (or 0x448B59) is unknown color: approx Chateau Green. HEX triplet: 44, 8B and 59. RGB value is (68,139,89). Sum of RGB (Red+Green+Blue) = 68+139+89=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 139 (54.69% from 255 or 46.96% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 139 - color contains mainly: green. Hex color #448B59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448B59 is #BB74A6. Grayscale: #707070. Windows color (decimal): -12285095 or 5868356. OLE color: 5868356.

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

Color convert

RGB6813989-
CMYK0.5100.360.45
HSL137.75º34.3%40.59%-
HSV(B)137.75º51.08%54.51%-
XYZ13.4220.4212.68-
YUV112.07114.9896.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.97%
GREEN value IS 139 (54.69% from 255) = 46.96%
BLUE value IS 89 (35.16% from 255) = 30.07%
R=22.97%
G=46.96%
B=30.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68139890.5100.360.45137.7534.340.59
Hex448B59330242D8a2229
Octal10421313163044552124251
Binary1000100100010111011001110011010010010110110001010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,139,89); }

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

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

 a { background-color: rgb(68,139,89); }

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

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

 span { border-color: rgb(68,139,89); }

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