#37676F

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

Shades of Tax Break #37676F

Tints of Tax Break #37676F

Color information

#37676F (or 0x37676F) is unknown color: approx Tax Break. HEX triplet: 37, 67 and 6F. RGB value is (55,103,111). Sum of RGB (Red+Green+Blue) = 55+103+111=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 111 - color contains mainly: blue. Hex color #37676F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37676F is #C89890. Grayscale: #595959. Windows color (decimal): -13146257 or 7300919. OLE color: 7300919.

HSL color Cylindrical-coordinate representation of color #37676F: hue angle of 188.57º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37676F is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB55103111-
CMYK0.500.0700.56
HSL188.57º33.73%32.55%-
HSV(B)188.57º50.45%43.53%-
XYZ9.311.6616.8-
YUV89.56140.1103.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.45%
GREEN value IS 103 (40.62% from 255) = 38.29%
BLUE value IS 111 (43.75% from 255) = 41.26%
R=20.45%
G=38.29%
B=41.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal551031110.500.0700.56188.5733.7332.55
Hex37676F327038bd2221
Octal671471576270702754241
Binary11011111001111101111110010111011100010111101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37676F; }

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

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

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

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

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

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

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

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