#389768

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

Shades of Eucalyptus #389768

Tints of Eucalyptus #389768

Color information

#389768 (or 0x389768) is unknown color: approx Eucalyptus. HEX triplet: 38, 97 and 68. RGB value is (56,151,104). Sum of RGB (Red+Green+Blue) = 56+151+104=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 151 (59.38% from 255 or 48.55% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 151 - color contains mainly: green. Hex color #389768 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389768 is #C76897. Grayscale: #757575. Windows color (decimal): -13068440 or 6854456. OLE color: 6854456.

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

Color convert

RGB56151104-
CMYK0.6300.310.41
HSL150.32º45.89%40.59%-
HSV(B)150.32º62.91%59.22%-
XYZ15.223.9716.92-
YUV117.24120.5384.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.01%
GREEN value IS 151 (59.38% from 255) = 48.55%
BLUE value IS 104 (41.02% from 255) = 33.44%
R=18.01%
G=48.55%
B=33.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561511040.6300.310.41150.3245.8940.59
Hex3897683F01F29962e29
Octal7022715077037512265651
Binary11100010010111110100011111101111110100110010110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389768; }

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

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

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

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

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

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

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

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