#349359

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

Shades of Eucalyptus #349359

Tints of Eucalyptus #349359

Color information

#349359 (or 0x349359) is unknown color: approx Eucalyptus. HEX triplet: 34, 93 and 59. RGB value is (52,147,89). Sum of RGB (Red+Green+Blue) = 52+147+89=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 147 (57.81% from 255 or 51.04% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 147 - color contains mainly: green. Hex color #349359 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349359 is #CB6CA6. Grayscale: #707070. Windows color (decimal): -13331623 or 5870388. OLE color: 5870388.

HSL color Cylindrical-coordinate representation of color #349359: hue angle of 143.37º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349359 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB5214789-
CMYK0.6500.390.42
HSL143.37º47.74%39.02%-
HSV(B)143.37º64.63%57.65%-
XYZ13.6522.3213.04-
YUV111.98115.0385.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.06%
GREEN value IS 147 (57.81% from 255) = 51.04%
BLUE value IS 89 (35.16% from 255) = 30.90%
R=18.06%
G=51.04%
B=30.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52147890.6500.390.42143.3747.7439.02
Hex349359410272A8f3027
Octal64223131101047522176047
Binary1101001001001110110011000001010011110101010001111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349359; }

 p { color: rgb(52,147,89); }

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

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

 a { background-color: rgb(52,147,89); }

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

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

 span { border-color: rgb(52,147,89); }

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