#349B65

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

Shades of Eucalyptus #349B65

Tints of Eucalyptus #349B65

Color information

#349B65 (or 0x349B65) is unknown color: approx Eucalyptus. HEX triplet: 34, 9B and 65. RGB value is (52,155,101). Sum of RGB (Red+Green+Blue) = 52+155+101=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 155 (60.94% from 255 or 50.32% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 155 - color contains mainly: green. Hex color #349B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349B65 is #CB649A. Grayscale: #767676. Windows color (decimal): -13329563 or 6658868. OLE color: 6658868.

HSL color Cylindrical-coordinate representation of color #349B65: hue angle of 148.54º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349B65 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB52155101-
CMYK0.6600.350.39
HSL148.54º49.76%40.59%-
HSV(B)148.54º66.45%60.78%-
XYZ15.4925.1116.34-
YUV118.05118.3880.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.88%
GREEN value IS 155 (60.94% from 255) = 50.32%
BLUE value IS 101 (39.84% from 255) = 32.79%
R=16.88%
G=50.32%
B=32.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal521551010.6600.350.39148.5449.7640.59
Hex349B654202327953229
Octal64233145102043472256251
Binary1101001001101111001011000010010001110011110010101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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