#399E68

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

Shades of Eucalyptus #399E68

Tints of Eucalyptus #399E68

Color information

#399E68 (or 0x399E68) is unknown color: approx Eucalyptus. HEX triplet: 39, 9E and 68. RGB value is (57,158,104). Sum of RGB (Red+Green+Blue) = 57+158+104=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 158 (62.11% from 255 or 49.53% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 158 - color contains mainly: green. Hex color #399E68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399E68 is #C66197. Grayscale: #797979. Windows color (decimal): -13001112 or 6856249. OLE color: 6856249.

HSL color Cylindrical-coordinate representation of color #399E68: hue angle of 147.92º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399E68 is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB57158104-
CMYK0.6400.340.38
HSL147.92º46.98%42.16%-
HSV(B)147.92º63.92%61.96%-
XYZ16.4126.3217.31-
YUV121.64118.0481.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.87%
GREEN value IS 158 (62.11% from 255) = 49.53%
BLUE value IS 104 (41.02% from 255) = 32.60%
R=17.87%
G=49.53%
B=32.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571581040.6400.340.38147.9246.9842.16
Hex399E684002226942f2a
Octal71236150100042462245752
Binary1110011001111011010001000000010001010011010010100101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399E68; }

 p { color: rgb(57,158,104); }

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

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

 a { background-color: rgb(57,158,104); }

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

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

 span { border-color: rgb(57,158,104); }

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