#389F6F

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

Shades of Eucalyptus #389F6F

Tints of Eucalyptus #389F6F

Color information

#389F6F (or 0x389F6F) is unknown color: approx Eucalyptus. HEX triplet: 38, 9F and 6F. RGB value is (56,159,111). Sum of RGB (Red+Green+Blue) = 56+159+111=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 159 (62.5% from 255 or 48.77% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 159 - color contains mainly: green. Hex color #389F6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389F6F is #C76090. Grayscale: #7A7A7A. Windows color (decimal): -13066385 or 7315256. OLE color: 7315256.

HSL color Cylindrical-coordinate representation of color #389F6F: hue angle of 152.04º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #389F6F is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB56159111-
CMYK0.6500.300.38
HSL152.04º47.91%42.16%-
HSV(B)152.04º64.78%62.35%-
XYZ16.926.7819.32-
YUV122.73121.3880.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.18%
GREEN value IS 159 (62.5% from 255) = 48.77%
BLUE value IS 111 (43.75% from 255) = 34.05%
R=17.18%
G=48.77%
B=34.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561591110.6500.300.38152.0447.9142.16
Hex389F6F4101E2698302a
Octal70237157101036462306052
Binary111000100111111101111100000101111010011010011000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389F6F; }

 p { color: rgb(56,159,111); }

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

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

 a { background-color: rgb(56,159,111); }

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

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

 span { border-color: rgb(56,159,111); }

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