#349666

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

Shades of Eucalyptus #349666

Tints of Eucalyptus #349666

Color information

#349666 (or 0x349666) is unknown color: approx Eucalyptus. HEX triplet: 34, 96 and 66. RGB value is (52,150,102). Sum of RGB (Red+Green+Blue) = 52+150+102=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #349666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349666 is #CB6999. Grayscale: #737373. Windows color (decimal): -13330842 or 6723124. OLE color: 6723124.

HSL color Cylindrical-coordinate representation of color #349666: hue angle of 150.61º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349666 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB52150102-
CMYK0.6500.320.41
HSL150.61º48.51%39.61%-
HSV(B)150.61º65.33%58.82%-
XYZ14.7223.516.33-
YUV115.23120.5382.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.11%
GREEN value IS 150 (58.98% from 255) = 49.34%
BLUE value IS 102 (40.23% from 255) = 33.55%
R=17.11%
G=49.34%
B=33.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521501020.6500.320.41150.6148.5139.61
Hex3496664102029973128
Octal64226146101040512276150
Binary1101001001011011001101000001010000010100110010111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349666; }

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

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

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

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

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

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

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

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