#399664

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

Shades of Eucalyptus #399664

Tints of Eucalyptus #399664

Color information

#399664 (or 0x399664) is unknown color: approx Eucalyptus. HEX triplet: 39, 96 and 64. RGB value is (57,150,100). Sum of RGB (Red+Green+Blue) = 57+150+100=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #399664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399664 is #C6699B. Grayscale: #747474. Windows color (decimal): -13003164 or 6592057. OLE color: 6592057.

HSL color Cylindrical-coordinate representation of color #399664: hue angle of 147.74º 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 #399664 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB57150100-
CMYK0.6200.330.41
HSL147.74º44.93%40.59%-
HSV(B)147.74º62%58.82%-
XYZ14.8923.615.83-
YUV116.49118.6985.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.57%
GREEN value IS 150 (58.98% from 255) = 48.86%
BLUE value IS 100 (39.45% from 255) = 32.57%
R=18.57%
G=48.86%
B=32.57%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal571501000.6200.330.41147.7444.9340.59
Hex3996643E02129942d29
Octal7122614476041512245551
Binary111001100101101100100111110010000110100110010100101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399664; }

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

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

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

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

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

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

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

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