#399266

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

Shades of Eucalyptus #399266

Tints of Eucalyptus #399266

Color information

#399266 (or 0x399266) is unknown color: approx Eucalyptus. HEX triplet: 39, 92 and 66. RGB value is (57,146,102). Sum of RGB (Red+Green+Blue) = 57+146+102=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 146 - color contains mainly: green. Hex color #399266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399266 is #C66D99. Grayscale: #727272. Windows color (decimal): -13004186 or 6722105. OLE color: 6722105.

HSL color Cylindrical-coordinate representation of color #399266: hue angle of 150.34º 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 #399266 is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB57146102-
CMYK0.6100.300.43
HSL150.34º43.84%39.8%-
HSV(B)150.34º60.96%57.25%-
XYZ14.3622.3916.13-
YUV114.37121.0187.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.69%
GREEN value IS 146 (57.42% from 255) = 47.87%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=18.69%
G=47.87%
B=33.44%

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
Decimal571461020.6100.300.43150.3443.8439.8
Hex3992663D01E2B962c28
Octal7122214675036532265450
Binary11100110010010110011011110101111010101110010110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399266; }

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

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

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

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

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

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

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

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