#389661

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

Shades of Eucalyptus #389661

Tints of Eucalyptus #389661

Color information

#389661 (or 0x389661) is unknown color: approx Eucalyptus. HEX triplet: 38, 96 and 61. RGB value is (56,150,97). Sum of RGB (Red+Green+Blue) = 56+150+97=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #389661 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389661 is #C7699E. Grayscale: #737373. Windows color (decimal): -13068703 or 6395448. OLE color: 6395448.

HSL color Cylindrical-coordinate representation of color #389661: hue angle of 146.17º 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 #389661 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB5615097-
CMYK0.6300.350.41
HSL146.17º45.63%40.39%-
HSV(B)146.17º62.67%58.82%-
XYZ14.6923.5215.07-
YUV115.85117.3685.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.48%
GREEN value IS 150 (58.98% from 255) = 49.50%
BLUE value IS 97 (38.28% from 255) = 32.01%
R=18.48%
G=49.50%
B=32.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal56150970.6300.350.41146.1745.6340.39
Hex3896613F02329922e28
Octal7022614177043512225650
Binary111000100101101100001111111010001110100110010010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389661; }

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

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

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

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

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

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

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

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