#349564

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

Shades of Eucalyptus #349564

Tints of Eucalyptus #349564

Color information

#349564 (or 0x349564) is unknown color: approx Eucalyptus. HEX triplet: 34, 95 and 64. RGB value is (52,149,100). Sum of RGB (Red+Green+Blue) = 52+149+100=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #349564 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349564 is #CB6A9B. Grayscale: #727272. Windows color (decimal): -13331100 or 6591796. OLE color: 6591796.

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

Color convert

RGB52149100-
CMYK0.6500.330.42
HSL149.69º48.26%39.41%-
HSV(B)149.69º65.1%58.43%-
XYZ14.4623.1515.76-
YUV114.41119.8683.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.28%
GREEN value IS 149 (58.59% from 255) = 49.50%
BLUE value IS 100 (39.45% from 255) = 33.22%
R=17.28%
G=49.50%
B=33.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521491000.6500.330.42149.6948.2639.41
Hex349564410212A963027
Octal64225144101041522266047
Binary1101001001010111001001000001010000110101010010110110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349564; }

 p { color: rgb(52,149,100); }

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

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

 a { background-color: rgb(52,149,100); }

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

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

 span { border-color: rgb(52,149,100); }

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