#349E63

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

Shades of Eucalyptus #349E63

Tints of Eucalyptus #349E63

Color information

#349E63 (or 0x349E63) is unknown color: approx Eucalyptus. HEX triplet: 34, 9E and 63. RGB value is (52,158,99). Sum of RGB (Red+Green+Blue) = 52+158+99=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 158 (62.11% from 255 or 51.13% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 158 - color contains mainly: green. Hex color #349E63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349E63 is #CB619C. Grayscale: #777777. Windows color (decimal): -13328797 or 6528564. OLE color: 6528564.

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

Color convert

RGB5215899-
CMYK0.6700.370.38
HSL146.6º50.48%41.18%-
HSV(B)146.6º67.09%61.96%-
XYZ15.926.0816-
YUV119.58116.3879.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.83%
GREEN value IS 158 (62.11% from 255) = 51.13%
BLUE value IS 99 (39.06% from 255) = 32.04%
R=16.83%
G=51.13%
B=32.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52158990.6700.370.38146.650.4841.18
Hex349E634302526933229
Octal64236143103045462236251
Binary1101001001111011000111000011010010110011010010011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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