#399C6A

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

Shades of Eucalyptus #399C6A

Tints of Eucalyptus #399C6A

Color information

#399C6A (or 0x399C6A) is unknown color: approx Eucalyptus. HEX triplet: 39, 9C and 6A. RGB value is (57,156,106). Sum of RGB (Red+Green+Blue) = 57+156+106=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 156 - color contains mainly: green. Hex color #399C6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399C6A is #C66395. Grayscale: #787878. Windows color (decimal): -13001622 or 6986809. OLE color: 6986809.

HSL color Cylindrical-coordinate representation of color #399C6A: hue angle of 149.7º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399C6A is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB57156106-
CMYK0.6300.320.39
HSL149.7º46.48%41.76%-
HSV(B)149.7º63.46%61.18%-
XYZ16.1825.6917.74-
YUV120.7119.782.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.87%
GREEN value IS 156 (61.33% from 255) = 48.90%
BLUE value IS 106 (41.80% from 255) = 33.23%
R=17.87%
G=48.90%
B=33.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571561060.6300.320.39149.746.4841.76
Hex399C6A3F02027962e2a
Octal7123415277040472265652
Binary111001100111001101010111111010000010011110010110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,156,106); }

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

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

 a { background-color: rgb(57,156,106); }

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

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

 span { border-color: rgb(57,156,106); }

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