#399F6B

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

Shades of Eucalyptus #399F6B

Tints of Eucalyptus #399F6B

Color information

#399F6B (or 0x399F6B) is unknown color: approx Eucalyptus. HEX triplet: 39, 9F and 6B. RGB value is (57,159,107). Sum of RGB (Red+Green+Blue) = 57+159+107=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 159 (62.5% from 255 or 49.23% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 159 - color contains mainly: green. Hex color #399F6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399F6B is #C66094. Grayscale: #7A7A7A. Windows color (decimal): -13000853 or 7053113. OLE color: 7053113.

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

Color convert

RGB57159107-
CMYK0.6400.330.38
HSL149.41º47.22%42.35%-
HSV(B)149.41º64.15%62.35%-
XYZ16.7426.7318.19-
YUV122.57119.2181.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.65%
GREEN value IS 159 (62.5% from 255) = 49.23%
BLUE value IS 107 (42.19% from 255) = 33.13%
R=17.65%
G=49.23%
B=33.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571591070.6400.330.38149.4147.2242.35
Hex399F6B4002126952f2a
Octal71237153100041462255752
Binary1110011001111111010111000000010000110011010010101101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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