#399966

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

Shades of Eucalyptus #399966

Tints of Eucalyptus #399966

Color information

#399966 (or 0x399966) is unknown color: approx Eucalyptus. HEX triplet: 39, 99 and 66. RGB value is (57,153,102). Sum of RGB (Red+Green+Blue) = 57+153+102=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #399966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399966 is #C66699. Grayscale: #767676. Windows color (decimal): -13002394 or 6723897. OLE color: 6723897.

HSL color Cylindrical-coordinate representation of color #399966: hue angle of 148.12º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399966 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB57153102-
CMYK0.6300.330.4
HSL148.12º45.71%41.18%-
HSV(B)148.12º62.75%60%-
XYZ15.4824.6116.51-
YUV118.48118.784.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.27%
GREEN value IS 153 (60.16% from 255) = 49.04%
BLUE value IS 102 (40.23% from 255) = 32.69%
R=18.27%
G=49.04%
B=32.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal571531020.6300.330.4148.1245.7141.18
Hex3999663F02128942e29
Octal7123114677041502245651
Binary111001100110011100110111111010000110100010010100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399966; }

 p { color: rgb(57,153,102); }

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

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

 a { background-color: rgb(57,153,102); }

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

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

 span { border-color: rgb(57,153,102); }

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