#399661

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

Shades of Eucalyptus #399661

Tints of Eucalyptus #399661

Color information

#399661 (or 0x399661) is unknown color: approx Eucalyptus. HEX triplet: 39, 96 and 61. RGB value is (57,150,97). Sum of RGB (Red+Green+Blue) = 57+150+97=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #399661 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399661 is #C6699E. Grayscale: #747474. Windows color (decimal): -13003167 or 6395449. OLE color: 6395449.

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

Color convert

RGB5715097-
CMYK0.6200.350.41
HSL145.81º44.93%40.59%-
HSV(B)145.81º62%58.82%-
XYZ14.7523.5515.08-
YUV116.15117.1985.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.75%
GREEN value IS 150 (58.98% from 255) = 49.34%
BLUE value IS 97 (38.28% from 255) = 31.91%
R=18.75%
G=49.34%
B=31.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal57150970.6200.350.41145.8144.9340.59
Hex3996613E02329922d29
Octal7122614176043512225551
Binary111001100101101100001111110010001110100110010010101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399661; }

 p { color: rgb(57,150,97); }

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

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

 a { background-color: rgb(57,150,97); }

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

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

 span { border-color: rgb(57,150,97); }

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