#348E60

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

Shades of Eucalyptus #348E60

Tints of Eucalyptus #348E60

Color information

#348E60 (or 0x348E60) is unknown color: approx Eucalyptus. HEX triplet: 34, 8E and 60. RGB value is (52,142,96). Sum of RGB (Red+Green+Blue) = 52+142+96=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 142 (55.86% from 255 or 48.97% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 142 - color contains mainly: green. Hex color #348E60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348E60 is #CB719F. Grayscale: #6D6D6D. Windows color (decimal): -13332896 or 6327860. OLE color: 6327860.

HSL color Cylindrical-coordinate representation of color #348E60: hue angle of 149.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348E60 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB5214296-
CMYK0.6300.320.44
HSL149.33º46.39%38.04%-
HSV(B)149.33º63.38%55.69%-
XYZ13.220.9214.41-
YUV109.85120.1886.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.93%
GREEN value IS 142 (55.86% from 255) = 48.97%
BLUE value IS 96 (37.89% from 255) = 33.10%
R=17.93%
G=48.97%
B=33.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52142960.6300.320.44149.3346.3938.04
Hex348E603F0202C952e26
Octal6421614077040542255646
Binary110100100011101100000111111010000010110010010101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348E60; }

 p { color: rgb(52,142,96); }

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

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

 a { background-color: rgb(52,142,96); }

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

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

 span { border-color: rgb(52,142,96); }

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