#328B66

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

Shades of Eucalyptus #328B66

Tints of Eucalyptus #328B66

Color information

#328B66 (or 0x328B66) is unknown color: approx Eucalyptus. HEX triplet: 32, 8B and 66. RGB value is (50,139,102). Sum of RGB (Red+Green+Blue) = 50+139+102=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 139 - color contains mainly: green. Hex color #328B66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328B66 is #CD7499. Grayscale: #6C6C6C. Windows color (decimal): -13464730 or 6720306. OLE color: 6720306.

HSL color Cylindrical-coordinate representation of color #328B66: hue angle of 155.06º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328B66 is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB50139102-
CMYK0.6400.270.45
HSL155.06º47.09%37.06%-
HSV(B)155.06º64.03%54.51%-
XYZ12.9520.115.77-
YUV108.17124.5186.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.18%
GREEN value IS 139 (54.69% from 255) = 47.77%
BLUE value IS 102 (40.23% from 255) = 35.05%
R=17.18%
G=47.77%
B=35.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal501391020.6400.270.45155.0647.0937.06
Hex328B664001B2D9b2f25
Octal62213146100033552335745
Binary110010100010111100110100000001101110110110011011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328B66; }

 p { color: rgb(50,139,102); }

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

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

 a { background-color: rgb(50,139,102); }

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

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

 span { border-color: rgb(50,139,102); }

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