#348B66

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

Shades of Eucalyptus #348B66

Tints of Eucalyptus #348B66

Color information

#348B66 (or 0x348B66) is unknown color: approx Eucalyptus. HEX triplet: 34, 8B and 66. RGB value is (52,139,102). Sum of RGB (Red+Green+Blue) = 52+139+102=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 139 (54.69% from 255 or 47.44% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 139 - color contains mainly: green. Hex color #348B66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B66 is #CB7499. Grayscale: #6C6C6C. Windows color (decimal): -13333658 or 6720308. OLE color: 6720308.

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

Color convert

RGB52139102-
CMYK0.6300.270.45
HSL154.48º45.55%37.45%-
HSV(B)154.48º62.59%54.51%-
XYZ13.0520.1515.77-
YUV108.77124.1887.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.75%
GREEN value IS 139 (54.69% from 255) = 47.44%
BLUE value IS 102 (40.23% from 255) = 34.81%
R=17.75%
G=47.44%
B=34.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521391020.6300.270.45154.4845.5537.45
Hex348B663F01B2D9a2e25
Octal6421314677033552325645
Binary11010010001011110011011111101101110110110011010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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