#349366

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

Shades of Eucalyptus #349366

Tints of Eucalyptus #349366

Color information

#349366 (or 0x349366) is unknown color: approx Eucalyptus. HEX triplet: 34, 93 and 66. RGB value is (52,147,102). Sum of RGB (Red+Green+Blue) = 52+147+102=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #349366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349366 is #CB6C99. Grayscale: #717171. Windows color (decimal): -13331610 or 6722356. OLE color: 6722356.

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

Color convert

RGB52147102-
CMYK0.6500.310.42
HSL151.58º47.74%39.02%-
HSV(B)151.58º64.63%57.65%-
XYZ14.2522.5616.17-
YUV113.46121.5384.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.28%
GREEN value IS 147 (57.81% from 255) = 48.84%
BLUE value IS 102 (40.23% from 255) = 33.89%
R=17.28%
G=48.84%
B=33.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal521471020.6500.310.42151.5847.7439.02
Hex3493664101F2A983027
Octal64223146101037522306047
Binary110100100100111100110100000101111110101010011000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349366; }

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

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

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

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

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

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

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

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