#389660

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

Shades of Eucalyptus #389660

Tints of Eucalyptus #389660

Color information

#389660 (or 0x389660) is unknown color: approx Eucalyptus. HEX triplet: 38, 96 and 60. RGB value is (56,150,96). Sum of RGB (Red+Green+Blue) = 56+150+96=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #389660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389660 is #C7699F. Grayscale: #737373. Windows color (decimal): -13068704 or 6329912. OLE color: 6329912.

HSL color Cylindrical-coordinate representation of color #389660: hue angle of 145.53º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389660 is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB5615096-
CMYK0.6300.360.41
HSL145.53º45.63%40.39%-
HSV(B)145.53º62.67%58.82%-
XYZ14.6523.514.83-
YUV115.74116.8685.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.54%
GREEN value IS 150 (58.98% from 255) = 49.67%
BLUE value IS 96 (37.89% from 255) = 31.79%
R=18.54%
G=49.67%
B=31.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal56150960.6300.360.41145.5345.6340.39
Hex3896603F02429922e28
Octal7022614077044512225650
Binary111000100101101100000111111010010010100110010010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389660; }

 p { color: rgb(56,150,96); }

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

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

 a { background-color: rgb(56,150,96); }

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

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

 span { border-color: rgb(56,150,96); }

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