#399F71

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

Shades of Eucalyptus #399F71

Tints of Eucalyptus #399F71

Color information

#399F71 (or 0x399F71) is unknown color: approx Eucalyptus. HEX triplet: 39, 9F and 71. RGB value is (57,159,113). Sum of RGB (Red+Green+Blue) = 57+159+113=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 159 - color contains mainly: green. Hex color #399F71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399F71 is #C6608E. Grayscale: #7B7B7B. Windows color (decimal): -13000847 or 7446329. OLE color: 7446329.

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

Color convert

RGB57159113-
CMYK0.6400.290.38
HSL152.94º47.22%42.35%-
HSV(B)152.94º64.15%62.35%-
XYZ17.0726.8619.91-
YUV123.26122.2180.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.33%
GREEN value IS 159 (62.5% from 255) = 48.33%
BLUE value IS 113 (44.53% from 255) = 34.35%
R=17.33%
G=48.33%
B=34.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571591130.6400.290.38152.9447.2242.35
Hex399F714001D26992f2a
Octal71237161100035462315752
Binary111001100111111110001100000001110110011010011001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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