#449065

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

Shades of Eucalyptus #449065

Tints of Eucalyptus #449065

Color information

#449065 (or 0x449065) is unknown color: approx Eucalyptus. HEX triplet: 44, 90 and 65. RGB value is (68,144,101). Sum of RGB (Red+Green+Blue) = 68+144+101=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 144 - color contains mainly: green. Hex color #449065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449065 is #BB6F9A. Grayscale: #747474. Windows color (decimal): -12283803 or 6656068. OLE color: 6656068.

HSL color Cylindrical-coordinate representation of color #449065: hue angle of 146.05º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449065 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB68144101-
CMYK0.5300.300.44
HSL146.05º35.85%41.57%-
HSV(B)146.05º52.78%56.47%-
XYZ14.7122.1215.81-
YUV116.37119.3293.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.73%
GREEN value IS 144 (56.64% from 255) = 46.01%
BLUE value IS 101 (39.84% from 255) = 32.27%
R=21.73%
G=46.01%
B=32.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal681441010.5300.300.44146.0535.8541.57
Hex4490653501E2C92242a
Octal10422014565036542224452
Binary100010010010000110010111010101111010110010010010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449065; }

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

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

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

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

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

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

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

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