#348B65

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

Shades of Eucalyptus #348B65

Tints of Eucalyptus #348B65

Color information

#348B65 (or 0x348B65) is unknown color: approx Eucalyptus. HEX triplet: 34, 8B and 65. RGB value is (52,139,101). Sum of RGB (Red+Green+Blue) = 52+139+101=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 139 (54.69% from 255 or 47.60% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 139 - color contains mainly: green. Hex color #348B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B65 is #CB749A. Grayscale: #6C6C6C. Windows color (decimal): -13333659 or 6654772. OLE color: 6654772.

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

Color convert

RGB52139101-
CMYK0.6300.270.45
HSL153.79º45.55%37.45%-
HSV(B)153.79º62.59%54.51%-
XYZ1320.1315.51-
YUV108.65123.6887.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.81%
GREEN value IS 139 (54.69% from 255) = 47.60%
BLUE value IS 101 (39.84% from 255) = 34.59%
R=17.81%
G=47.60%
B=34.59%

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
Decimal521391010.6300.270.45153.7945.5537.45
Hex348B653F01B2D9a2e25
Octal6421314577033552325645
Binary11010010001011110010111111101101110110110011010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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