#389662

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

Shades of Eucalyptus #389662

Tints of Eucalyptus #389662

Color information

#389662 (or 0x389662) is unknown color: approx Eucalyptus. HEX triplet: 38, 96 and 62. RGB value is (56,150,98). Sum of RGB (Red+Green+Blue) = 56+150+98=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #389662 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389662 is #C7699D. Grayscale: #747474. Windows color (decimal): -13068702 or 6460984. OLE color: 6460984.

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

Color convert

RGB5615098-
CMYK0.6300.350.41
HSL146.81º45.63%40.39%-
HSV(B)146.81º62.67%58.82%-
XYZ14.7423.5415.32-
YUV115.97117.8685.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.42%
GREEN value IS 150 (58.98% from 255) = 49.34%
BLUE value IS 98 (38.67% from 255) = 32.24%
R=18.42%
G=49.34%
B=32.24%

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
Decimal56150980.6300.350.41146.8145.6340.39
Hex3896623F02329932e28
Octal7022614277043512235650
Binary111000100101101100010111111010001110100110010011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389662; }

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

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

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

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

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

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

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

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