#399268

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

Shades of Eucalyptus #399268

Tints of Eucalyptus #399268

Color information

#399268 (or 0x399268) is unknown color: approx Eucalyptus. HEX triplet: 39, 92 and 68. RGB value is (57,146,104). Sum of RGB (Red+Green+Blue) = 57+146+104=307 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.57% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #399268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399268 is #C66D97. Grayscale: #727272. Windows color (decimal): -13004184 or 6853177. OLE color: 6853177.

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

Color convert

RGB57146104-
CMYK0.6100.290.43
HSL151.69º43.84%39.8%-
HSV(B)151.69º60.96%57.25%-
XYZ14.4622.4316.66-
YUV114.6122.0186.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.57%
GREEN value IS 146 (57.42% from 255) = 47.56%
BLUE value IS 104 (41.02% from 255) = 33.88%
R=18.57%
G=47.56%
B=33.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571461040.6100.290.43151.6943.8439.8
Hex3992683D01D2B982c28
Octal7122215075035532305450
Binary11100110010010110100011110101110110101110011000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #399268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #399268; }

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

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

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

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

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

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

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

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