#389868

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

Shades of Eucalyptus #389868

Tints of Eucalyptus #389868

Color information

#389868 (or 0x389868) is unknown color: approx Eucalyptus. HEX triplet: 38, 98 and 68. RGB value is (56,152,104). Sum of RGB (Red+Green+Blue) = 56+152+104=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 152 - color contains mainly: green. Hex color #389868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389868 is #C76797. Grayscale: #757575. Windows color (decimal): -13068184 or 6854712. OLE color: 6854712.

HSL color Cylindrical-coordinate representation of color #389868: hue angle of 150º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389868 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB56152104-
CMYK0.6300.320.40
HSL150º46.15%40.78%-
HSV(B)150º63.16%59.61%-
XYZ15.3624.316.98-
YUV117.82120.283.9-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.95%
GREEN value IS 152 (59.77% from 255) = 48.72%
BLUE value IS 104 (41.02% from 255) = 33.33%
R=17.95%
G=48.72%
B=33.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal561521040.6300.320.4015046.1540.78
Hex3898683F02028962e29
Octal7023015077040502265651
Binary111000100110001101000111111010000010100010010110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389868; }

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

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

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

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

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

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

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

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