#389265

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

Shades of Eucalyptus #389265

Tints of Eucalyptus #389265

Color information

#389265 (or 0x389265) is unknown color: approx Eucalyptus. HEX triplet: 38, 92 and 65. RGB value is (56,146,101). Sum of RGB (Red+Green+Blue) = 56+146+101=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 146 - color contains mainly: green. Hex color #389265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389265 is #C76D9A. Grayscale: #727272. Windows color (decimal): -13069723 or 6656568. OLE color: 6656568.

HSL color Cylindrical-coordinate representation of color #389265: hue angle of 150º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389265 is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB56146101-
CMYK0.6200.310.43
HSL150º44.55%39.61%-
HSV(B)150º61.64%57.25%-
XYZ14.2622.3415.87-
YUV113.96120.6886.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.48%
GREEN value IS 146 (57.42% from 255) = 48.18%
BLUE value IS 101 (39.84% from 255) = 33.33%
R=18.48%
G=48.18%
B=33.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal561461010.6200.310.4315044.5539.61
Hex3892653E01F2B962d28
Octal7022214576037532265550
Binary11100010010010110010111111001111110101110010110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389265; }

 p { color: rgb(56,146,101); }

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

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

 a { background-color: rgb(56,146,101); }

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

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

 span { border-color: rgb(56,146,101); }

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