#349A68

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

Shades of Eucalyptus #349A68

Tints of Eucalyptus #349A68

Color information

#349A68 (or 0x349A68) is unknown color: approx Eucalyptus. HEX triplet: 34, 9A and 68. RGB value is (52,154,104). Sum of RGB (Red+Green+Blue) = 52+154+104=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 154 (60.55% from 255 or 49.68% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 154 - color contains mainly: green. Hex color #349A68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349A68 is #CB6597. Grayscale: #757575. Windows color (decimal): -13329816 or 6855220. OLE color: 6855220.

HSL color Cylindrical-coordinate representation of color #349A68: hue angle of 150.59º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349A68 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB52154104-
CMYK0.6600.320.40
HSL150.59º49.51%40.39%-
HSV(B)150.59º66.23%60.39%-
XYZ15.4724.8417.08-
YUV117.8120.2181.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.77%
GREEN value IS 154 (60.55% from 255) = 49.68%
BLUE value IS 104 (41.02% from 255) = 33.55%
R=16.77%
G=49.68%
B=33.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal521541040.6600.320.40150.5949.5140.39
Hex349A684202028973228
Octal64232150102040502276250
Binary1101001001101011010001000010010000010100010010111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,154,104); }

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

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

 a { background-color: rgb(52,154,104); }

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

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

 span { border-color: rgb(52,154,104); }

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