#448B65

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

Shades of Eucalyptus #448B65

Tints of Eucalyptus #448B65

Color information

#448B65 (or 0x448B65) is unknown color: approx Eucalyptus. HEX triplet: 44, 8B and 65. RGB value is (68,139,101). Sum of RGB (Red+Green+Blue) = 68+139+101=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 139 - color contains mainly: green. Hex color #448B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448B65 is #BB749A. Grayscale: #717171. Windows color (decimal): -12285083 or 6654788. OLE color: 6654788.

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

Color convert

RGB68139101-
CMYK0.5100.270.45
HSL147.89º34.3%40.59%-
HSV(B)147.89º51.08%54.51%-
XYZ13.9720.6315.56-
YUV113.44120.9895.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.08%
GREEN value IS 139 (54.69% from 255) = 45.13%
BLUE value IS 101 (39.84% from 255) = 32.79%
R=22.08%
G=45.13%
B=32.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal681391010.5100.270.45147.8934.340.59
Hex448B653301B2D942229
Octal10421314563033552244251
Binary100010010001011110010111001101101110110110010100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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