#399669

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

Shades of Eucalyptus #399669

Tints of Eucalyptus #399669

Color information

#399669 (or 0x399669) is unknown color: approx Eucalyptus. HEX triplet: 39, 96 and 69. RGB value is (57,150,105). Sum of RGB (Red+Green+Blue) = 57+150+105=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 150 (58.98% from 255 or 48.08% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 150 - color contains mainly: green. Hex color #399669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399669 is #C66996. Grayscale: #757575. Windows color (decimal): -13003159 or 6919737. OLE color: 6919737.

HSL color Cylindrical-coordinate representation of color #399669: hue angle of 150.97º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #399669 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB57150105-
CMYK0.6200.300.41
HSL150.97º44.93%40.59%-
HSV(B)150.97º62%58.82%-
XYZ15.1423.717.14-
YUV117.06121.1985.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.27%
GREEN value IS 150 (58.98% from 255) = 48.08%
BLUE value IS 105 (41.41% from 255) = 33.65%
R=18.27%
G=48.08%
B=33.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal571501050.6200.300.41150.9744.9340.59
Hex3996693E01E29972d29
Octal7122615176036512275551
Binary11100110010110110100111111001111010100110010111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399669; }

 p { color: rgb(57,150,105); }

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

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

 a { background-color: rgb(57,150,105); }

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

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

 span { border-color: rgb(57,150,105); }

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