#399F70

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

Shades of Eucalyptus #399F70

Tints of Eucalyptus #399F70

Color information

#399F70 (or 0x399F70) is unknown color: approx Eucalyptus. HEX triplet: 39, 9F and 70. RGB value is (57,159,112). Sum of RGB (Red+Green+Blue) = 57+159+112=328 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.38% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 159 - color contains mainly: green. Hex color #399F70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399F70 is #C6608F. Grayscale: #7B7B7B. Windows color (decimal): -13000848 or 7380793. OLE color: 7380793.

HSL color Cylindrical-coordinate representation of color #399F70: hue angle of 152.35º 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 #399F70 is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB57159112-
CMYK0.6400.300.38
HSL152.35º47.22%42.35%-
HSV(B)152.35º64.15%62.35%-
XYZ17.0126.8419.61-
YUV123.14121.7180.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.38%
GREEN value IS 159 (62.5% from 255) = 48.48%
BLUE value IS 112 (44.14% from 255) = 34.15%
R=17.38%
G=48.48%
B=34.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571591120.6400.300.38152.3547.2242.35
Hex399F704001E26982f2a
Octal71237160100036462305752
Binary111001100111111110000100000001111010011010011000101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,159,112); }

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

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

 a { background-color: rgb(57,159,112); }

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

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

 span { border-color: rgb(57,159,112); }

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