#349459

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

Shades of Eucalyptus #349459

Tints of Eucalyptus #349459

Color information

#349459 (or 0x349459) is unknown color: approx Eucalyptus. HEX triplet: 34, 94 and 59. RGB value is (52,148,89). Sum of RGB (Red+Green+Blue) = 52+148+89=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #349459 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349459 is #CB6BA6. Grayscale: #707070. Windows color (decimal): -13331367 or 5870644. OLE color: 5870644.

HSL color Cylindrical-coordinate representation of color #349459: hue angle of 143.12º 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 #349459 is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB5214889-
CMYK0.6500.400.42
HSL143.12º48%39.22%-
HSV(B)143.12º64.86%58.04%-
XYZ13.8122.6313.09-
YUV112.57114.784.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.99%
GREEN value IS 148 (58.20% from 255) = 51.21%
BLUE value IS 89 (35.16% from 255) = 30.80%
R=17.99%
G=51.21%
B=30.80%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52148890.6500.400.42143.124839.22
Hex349459410282A8f3027
Octal64224131101050522176047
Binary1101001001010010110011000001010100010101010001111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349459; }

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

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

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

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

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

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

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

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