#389268

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

Shades of Eucalyptus #389268

Tints of Eucalyptus #389268

Color information

#389268 (or 0x389268) is unknown color: approx Eucalyptus. HEX triplet: 38, 92 and 68. RGB value is (56,146,104). Sum of RGB (Red+Green+Blue) = 56+146+104=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 146 (57.42% from 255 or 47.71% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 146 - color contains mainly: green. Hex color #389268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389268 is #C76D97. Grayscale: #727272. Windows color (decimal): -13069720 or 6853176. OLE color: 6853176.

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

Color convert

RGB56146104-
CMYK0.6200.290.43
HSL152º44.55%39.61%-
HSV(B)152º61.64%57.25%-
XYZ14.4122.416.66-
YUV114.3122.1886.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.30%
GREEN value IS 146 (57.42% from 255) = 47.71%
BLUE value IS 104 (41.02% from 255) = 33.99%
R=18.30%
G=47.71%
B=33.99%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal561461040.6200.290.4315244.5539.61
Hex3892683E01D2B982d28
Octal7022215076035532305550
Binary11100010010010110100011111001110110101110011000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389268; }

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

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

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

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

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

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

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

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