#389062

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

Shades of Eucalyptus #389062

Tints of Eucalyptus #389062

Color information

#389062 (or 0x389062) is unknown color: approx Eucalyptus. HEX triplet: 38, 90 and 62. RGB value is (56,144,98). Sum of RGB (Red+Green+Blue) = 56+144+98=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #389062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389062 is #C76F9D. Grayscale: #707070. Windows color (decimal): -13070238 or 6459448. OLE color: 6459448.

HSL color Cylindrical-coordinate representation of color #389062: hue angle of 148.64º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #389062 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB5614498-
CMYK0.6100.320.44
HSL148.64º44%39.22%-
HSV(B)148.64º61.11%56.47%-
XYZ13.8121.6715.01-
YUV112.44119.8587.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.79%
GREEN value IS 144 (56.64% from 255) = 48.32%
BLUE value IS 98 (38.67% from 255) = 32.89%
R=18.79%
G=48.32%
B=32.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56144980.6100.320.44148.644439.22
Hex3890623D0202C952c27
Octal7022014275040542255447
Binary111000100100001100010111101010000010110010010101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389062; }

 p { color: rgb(56,144,98); }

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

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

 a { background-color: rgb(56,144,98); }

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

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

 span { border-color: rgb(56,144,98); }

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