#376766

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

Shades of Tax Break #376766

Tints of Tax Break #376766

Color information

#376766 (or 0x376766) is unknown color: approx Tax Break. HEX triplet: 37, 67 and 66. RGB value is (55,103,102). Sum of RGB (Red+Green+Blue) = 55+103+102=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 103 - color contains mainly: green. Hex color #376766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376766 is #C89899. Grayscale: #585858. Windows color (decimal): -13146266 or 6711095. OLE color: 6711095.

HSL color Cylindrical-coordinate representation of color #376766: hue angle of 178.75º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #376766 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB55103102-
CMYK0.4700.010.60
HSL178.75º30.38%30.98%-
HSV(B)178.75º46.6%40.39%-
XYZ8.8211.4714.32-
YUV88.53135.6104.08-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.15%
GREEN value IS 103 (40.62% from 255) = 39.62%
BLUE value IS 102 (40.23% from 255) = 39.23%
R=21.15%
G=39.62%
B=39.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal551031020.4700.010.60178.7530.3830.98
Hex3767662F013Cb31e1f
Octal671471465701742633637
Binary1101111100111110011010111101111100101100111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376766; }

 p { color: rgb(55,103,102); }

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

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

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

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

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

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

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