#349F62

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

Shades of Eucalyptus #349F62

Tints of Eucalyptus #349F62

Color information

#349F62 (or 0x349F62) is unknown color: approx Eucalyptus. HEX triplet: 34, 9F and 62. RGB value is (52,159,98). Sum of RGB (Red+Green+Blue) = 52+159+98=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 159 (62.5% from 255 or 51.46% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 159 - color contains mainly: green. Hex color #349F62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349F62 is #CB609D. Grayscale: #787878. Windows color (decimal): -13328542 or 6463284. OLE color: 6463284.

HSL color Cylindrical-coordinate representation of color #349F62: hue angle of 145.79º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349F62 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB5215998-
CMYK0.6700.380.38
HSL145.79º50.71%41.37%-
HSV(B)145.79º67.3%62.35%-
XYZ16.0226.4115.81-
YUV120.05115.5579.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.83%
GREEN value IS 159 (62.5% from 255) = 51.46%
BLUE value IS 98 (38.67% from 255) = 31.72%
R=16.83%
G=51.46%
B=31.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52159980.6700.380.38145.7950.7141.37
Hex349F624302626923329
Octal64237142103046462226351
Binary1101001001111111000101000011010011010011010010010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,159,98); }

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

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

 a { background-color: rgb(52,159,98); }

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

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

 span { border-color: rgb(52,159,98); }

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