#399165

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

Shades of Eucalyptus #399165

Tints of Eucalyptus #399165

Color information

#399165 (or 0x399165) is unknown color: approx Eucalyptus. HEX triplet: 39, 91 and 65. RGB value is (57,145,101). Sum of RGB (Red+Green+Blue) = 57+145+101=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 145 (57.03% from 255 or 47.85% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 145 - color contains mainly: green. Hex color #399165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399165 is #C66E9A. Grayscale: #717171. Windows color (decimal): -13004443 or 6656313. OLE color: 6656313.

HSL color Cylindrical-coordinate representation of color #399165: hue angle of 150º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #399165 is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB57145101-
CMYK0.6100.300.43
HSL150º43.56%39.61%-
HSV(B)150º60.69%56.86%-
XYZ14.1622.0615.82-
YUV113.67120.8587.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.81%
GREEN value IS 145 (57.03% from 255) = 47.85%
BLUE value IS 101 (39.84% from 255) = 33.33%
R=18.81%
G=47.85%
B=33.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571451010.6100.300.4315043.5639.61
Hex3991653D01E2B962c28
Octal7122114575036532265450
Binary11100110010001110010111110101111010101110010110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399165; }

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

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

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

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

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

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

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

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