#336666

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

Shades of Tax Break #336666

Tints of Tax Break #336666

Color information

#336666 (or 0x336666) is unknown color: approx Tax Break. HEX triplet: 33, 66 and 66. RGB value is (51,102,102). Sum of RGB (Red+Green+Blue) = 51+102+102=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 102 (40.23% from 255 or 40% from 255); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #336666 is a web safe color. Inversed color of #336666 is #CC9999. Grayscale: #565656. Windows color (decimal): -13408666 or 6710835. OLE color: 6710835.

HSL color Cylindrical-coordinate representation of color #336666: hue angle of 180º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #336666 is Cyan = 0.5, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB51102102-
CMYK0.5000.6
HSL180º33.33%30%-
HSV(B)180º50%40%-
XYZ8.5111.1714.28-
YUV86.75136.6102.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20%
GREEN value IS 102 (40.23% from 255) = 40%
BLUE value IS 102 (40.23% from 255) = 40%
R=20%
G=40%
B=40%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal511021020.5000.618033.3330
Hex33666632003Cb4211e
Octal631461466200742644136
Binary11001111001101100110110010001111001011010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336666; }

 p { color: rgb(51,102,102); }

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

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

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

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

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

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

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