#349E59

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

Shades of Eucalyptus #349E59

Tints of Eucalyptus #349E59

Color information

#349E59 (or 0x349E59) is unknown color: approx Eucalyptus. HEX triplet: 34, 9E and 59. RGB value is (52,158,89). Sum of RGB (Red+Green+Blue) = 52+158+89=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 158 (62.11% from 255 or 52.84% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 158 - color contains mainly: green. Hex color #349E59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349E59 is #CB61A6. Grayscale: #767676. Windows color (decimal): -13328807 or 5873204. OLE color: 5873204.

HSL color Cylindrical-coordinate representation of color #349E59: hue angle of 140.94º degrees, saturation: 0.5, 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 #349E59 is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB5215889-
CMYK0.6700.440.38
HSL140.94º50.48%41.18%-
HSV(B)140.94º67.09%61.96%-
XYZ15.4525.9113.64-
YUV118.44111.3880.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.39%
GREEN value IS 158 (62.11% from 255) = 52.84%
BLUE value IS 89 (35.16% from 255) = 29.77%
R=17.39%
G=52.84%
B=29.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52158890.6700.440.38140.9450.4841.18
Hex349E594302C268d3229
Octal64236131103054462156251
Binary1101001001111010110011000011010110010011010001101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,158,89); }

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

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

 a { background-color: rgb(52,158,89); }

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

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

 span { border-color: rgb(52,158,89); }

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