#349b63

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

Shades of Eucalyptus #349B63

Tints of Eucalyptus #349B63

Color information

#349B63 (or 0x349B63) is unknown color: approx Eucalyptus. HEX triplet: 34, 9B and 63. RGB value is (52,155,99). Sum of RGB (Red+Green+Blue) = 52+155+99=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 155 (60.94% from 255 or 50.65% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 155 - color contains mainly: green. Hex color #349B63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349B63 is #CB649C. Grayscale: #757575. Windows color (decimal): -13329565 or 6527796. OLE color: 6527796.

HSL color Cylindrical-coordinate representation of color #349B63: hue angle of 147.38º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349B63 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB5215599-
CMYK0.6600.360.39
HSL147.38º49.76%40.59%-
HSV(B)147.38º66.45%60.78%-
XYZ15.3925.0715.83-
YUV117.82117.3881.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.99%
GREEN value IS 155 (60.94% from 255) = 50.65%
BLUE value IS 99 (39.06% from 255) = 32.35%
R=16.99%
G=50.65%
B=32.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal52155990.6600.360.39147.3849.7640.59
Hex349B634202427933229
Octal64233143102044472236251
Binary1101001001101111000111000010010010010011110010011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349b63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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