#349D6D

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

Shades of Eucalyptus #349D6D

Tints of Eucalyptus #349D6D

Color information

#349D6D (or 0x349D6D) is unknown color: approx Eucalyptus. HEX triplet: 34, 9D and 6D. RGB value is (52,157,109). Sum of RGB (Red+Green+Blue) = 52+157+109=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 157 (61.72% from 255 or 49.37% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 157 - color contains mainly: green. Hex color #349D6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349D6D is #CB6292. Grayscale: #787878. Windows color (decimal): -13329043 or 7183668. OLE color: 7183668.

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

Color convert

RGB52157109-
CMYK0.6700.310.38
HSL152.57º50.24%40.98%-
HSV(B)152.57º66.88%61.57%-
XYZ16.2325.9518.62-
YUV120.13121.7179.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.35%
GREEN value IS 157 (61.72% from 255) = 49.37%
BLUE value IS 109 (42.97% from 255) = 34.28%
R=16.35%
G=49.37%
B=34.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal521571090.6700.310.38152.5750.2440.98
Hex349D6D4301F26993229
Octal64235155103037462316251
Binary110100100111011101101100001101111110011010011001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,157,109); }

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

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

 a { background-color: rgb(52,157,109); }

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

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

 span { border-color: rgb(52,157,109); }

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