#348D66

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

Shades of Eucalyptus #348D66

Tints of Eucalyptus #348D66

Color information

#348D66 (or 0x348D66) is unknown color: approx Eucalyptus. HEX triplet: 34, 8D and 66. RGB value is (52,141,102). Sum of RGB (Red+Green+Blue) = 52+141+102=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 141 - color contains mainly: green. Hex color #348D66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348D66 is #CB7299. Grayscale: #6E6E6E. Windows color (decimal): -13333146 or 6720820. OLE color: 6720820.

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

Color convert

RGB52141102-
CMYK0.6300.280.45
HSL153.71º46.11%37.84%-
HSV(B)153.71º63.12%55.29%-
XYZ13.3420.7415.87-
YUV109.94123.5186.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.63%
GREEN value IS 141 (55.47% from 255) = 47.80%
BLUE value IS 102 (40.23% from 255) = 34.58%
R=17.63%
G=47.80%
B=34.58%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521411020.6300.280.45153.7146.1137.84
Hex348D663F01C2D9a2e26
Octal6421514677034552325646
Binary11010010001101110011011111101110010110110011010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,141,102); }

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

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

 a { background-color: rgb(52,141,102); }

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

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

 span { border-color: rgb(52,141,102); }

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