#349066

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

Shades of Eucalyptus #349066

Tints of Eucalyptus #349066

Color information

#349066 (or 0x349066) is unknown color: approx Eucalyptus. HEX triplet: 34, 90 and 66. RGB value is (52,144,102). Sum of RGB (Red+Green+Blue) = 52+144+102=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #349066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349066 is #CB6F99. Grayscale: #6F6F6F. Windows color (decimal): -13332378 or 6721588. OLE color: 6721588.

HSL color Cylindrical-coordinate representation of color #349066: hue angle of 152.61º 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 #349066 is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB52144102-
CMYK0.6400.290.44
HSL152.61º46.94%38.43%-
HSV(B)152.61º63.89%56.47%-
XYZ13.7921.6416.02-
YUV111.7122.5285.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.45%
GREEN value IS 144 (56.64% from 255) = 48.32%
BLUE value IS 102 (40.23% from 255) = 34.23%
R=17.45%
G=48.32%
B=34.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521441020.6400.290.44152.6146.9438.43
Hex3490664001D2C992f26
Octal64220146100035542315746
Binary110100100100001100110100000001110110110010011001101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349066; }

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

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

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

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

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

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

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

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