#349064

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

Shades of Eucalyptus #349064

Tints of Eucalyptus #349064

Color information

#349064 (or 0x349064) is unknown color: approx Eucalyptus. HEX triplet: 34, 90 and 64. RGB value is (52,144,100). Sum of RGB (Red+Green+Blue) = 52+144+100=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 144 (56.64% from 255 or 48.65% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 144 - color contains mainly: green. Hex color #349064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349064 is #CB6F9B. Grayscale: #6F6F6F. Windows color (decimal): -13332380 or 6590516. OLE color: 6590516.

HSL color Cylindrical-coordinate representation of color #349064: hue angle of 151.3º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349064 is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB52144100-
CMYK0.6400.310.44
HSL151.3º46.94%38.43%-
HSV(B)151.3º63.89%56.47%-
XYZ13.6921.615.5-
YUV111.48121.5285.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.57%
GREEN value IS 144 (56.64% from 255) = 48.65%
BLUE value IS 100 (39.45% from 255) = 33.78%
R=17.57%
G=48.65%
B=33.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521441000.6400.310.44151.346.9438.43
Hex3490644001F2C972f26
Octal64220144100037542275746
Binary110100100100001100100100000001111110110010010111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349064; }

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

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

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

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

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

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

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

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