#389464

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

Shades of Eucalyptus #389464

Tints of Eucalyptus #389464

Color information

#389464 (or 0x389464) is unknown color: approx Eucalyptus. HEX triplet: 38, 94 and 64. RGB value is (56,148,100). Sum of RGB (Red+Green+Blue) = 56+148+100=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 148 - color contains mainly: green. Hex color #389464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389464 is #C76B9B. Grayscale: #737373. Windows color (decimal): -13069212 or 6591544. OLE color: 6591544.

HSL color Cylindrical-coordinate representation of color #389464: hue angle of 148.7º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389464 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB56148100-
CMYK0.6200.320.42
HSL148.7º45.1%40%-
HSV(B)148.7º62.16%58.04%-
XYZ14.5222.9415.72-
YUV115.02119.5285.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.42%
GREEN value IS 148 (58.20% from 255) = 48.68%
BLUE value IS 100 (39.45% from 255) = 32.89%
R=18.42%
G=48.68%
B=32.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561481000.6200.320.42148.745.140
Hex3894643E0202A952d28
Octal7022414476040522255550
Binary111000100101001100100111110010000010101010010101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389464; }

 p { color: rgb(56,148,100); }

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

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

 a { background-color: rgb(56,148,100); }

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

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

 span { border-color: rgb(56,148,100); }

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