#399D65

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

Shades of Eucalyptus #399D65

Tints of Eucalyptus #399D65

Color information

#399D65 (or 0x399D65) is unknown color: approx Eucalyptus. HEX triplet: 39, 9D and 65. RGB value is (57,157,101). Sum of RGB (Red+Green+Blue) = 57+157+101=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 157 (61.72% from 255 or 49.84% from 315); Blue value is 101 (39.84% from 255 or 32.06% from 315); Max value from RGB is 157 - color contains mainly: green. Hex color #399D65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399D65 is #C6629A. Grayscale: #787878. Windows color (decimal): -13001371 or 6659385. OLE color: 6659385.

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

Color convert

RGB57157101-
CMYK0.6400.360.38
HSL146.4º46.73%41.96%-
HSV(B)146.4º63.69%61.57%-
XYZ16.0925.9216.47-
YUV120.72116.8782.55-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.10%
GREEN value IS 157 (61.72% from 255) = 49.84%
BLUE value IS 101 (39.84% from 255) = 32.06%
R=18.10%
G=49.84%
B=32.06%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571571010.6400.360.38146.446.7341.96
Hex399D654002426922f2a
Octal71235145100044462225752
Binary1110011001110111001011000000010010010011010010010101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,157,101); }

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

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

 a { background-color: rgb(57,157,101); }

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

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

 span { border-color: rgb(57,157,101); }

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