#348B67

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

Shades of Eucalyptus #348B67

Tints of Eucalyptus #348B67

Color information

#348B67 (or 0x348B67) is unknown color: approx Eucalyptus. HEX triplet: 34, 8B and 67. RGB value is (52,139,103). Sum of RGB (Red+Green+Blue) = 52+139+103=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 103 (40.62% from 255 or 35.03% from 294); Max value from RGB is 139 - color contains mainly: green. Hex color #348B67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B67 is #CB7498. Grayscale: #6C6C6C. Windows color (decimal): -13333657 or 6785844. OLE color: 6785844.

HSL color Cylindrical-coordinate representation of color #348B67: hue angle of 155.17º 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 #348B67 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB52139103-
CMYK0.6300.260.45
HSL155.17º45.55%37.45%-
HSV(B)155.17º62.59%54.51%-
XYZ13.120.1716.04-
YUV108.88124.6887.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.69%
GREEN value IS 139 (54.69% from 255) = 47.28%
BLUE value IS 103 (40.62% from 255) = 35.03%
R=17.69%
G=47.28%
B=35.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521391030.6300.260.45155.1745.5537.45
Hex348B673F01A2D9b2e25
Octal6421314777032552335645
Binary11010010001011110011111111101101010110110011011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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