#349E66

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

Shades of Eucalyptus #349E66

Tints of Eucalyptus #349E66

Color information

#349E66 (or 0x349E66) is unknown color: approx Eucalyptus. HEX triplet: 34, 9E and 66. RGB value is (52,158,102). Sum of RGB (Red+Green+Blue) = 52+158+102=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 158 (62.11% from 255 or 50.64% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 158 - color contains mainly: green. Hex color #349E66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349E66 is #CB6199. Grayscale: #787878. Windows color (decimal): -13328794 or 6725172. OLE color: 6725172.

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

Color convert

RGB52158102-
CMYK0.6700.350.38
HSL148.3º50.48%41.18%-
HSV(B)148.3º67.09%61.96%-
XYZ16.0426.1416.77-
YUV119.92117.8879.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.67%
GREEN value IS 158 (62.11% from 255) = 50.64%
BLUE value IS 102 (40.23% from 255) = 32.69%
R=16.67%
G=50.64%
B=32.69%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521581020.6700.350.38148.350.4841.18
Hex349E664302326943229
Octal64236146103043462246251
Binary1101001001111011001101000011010001110011010010100110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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