#389266

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

Shades of Eucalyptus #389266

Tints of Eucalyptus #389266

Color information

#389266 (or 0x389266) is unknown color: approx Eucalyptus. HEX triplet: 38, 92 and 66. RGB value is (56,146,102). Sum of RGB (Red+Green+Blue) = 56+146+102=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #389266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389266 is #C76D99. Grayscale: #727272. Windows color (decimal): -13069722 or 6722104. OLE color: 6722104.

HSL color Cylindrical-coordinate representation of color #389266: hue angle of 150.67º 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 #389266 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB56146102-
CMYK0.6200.300.43
HSL150.67º44.55%39.61%-
HSV(B)150.67º61.64%57.25%-
XYZ14.3122.3616.13-
YUV114.07121.1886.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.42%
GREEN value IS 146 (57.42% from 255) = 48.03%
BLUE value IS 102 (40.23% from 255) = 33.55%
R=18.42%
G=48.03%
B=33.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal561461020.6200.300.43150.6744.5539.61
Hex3892663E01E2B972d28
Octal7022214676036532275550
Binary11100010010010110011011111001111010101110010111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389266; }

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

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

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

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

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

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

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

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