#36676B

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

Shades of Tax Break #36676B

Tints of Tax Break #36676B

Color information

#36676B (or 0x36676B) is unknown color: approx Tax Break. HEX triplet: 36, 67 and 6B. RGB value is (54,103,107). Sum of RGB (Red+Green+Blue) = 54+103+107=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 107 - color contains mainly: blue. Hex color #36676B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36676B is #C99894. Grayscale: #585858. Windows color (decimal): -13211797 or 7038774. OLE color: 7038774.

HSL color Cylindrical-coordinate representation of color #36676B: hue angle of 184.53º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36676B is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB54103107-
CMYK0.500.0400.58
HSL184.53º32.92%31.57%-
HSV(B)184.53º49.53%41.96%-
XYZ9.0311.5515.66-
YUV88.8138.27103.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 20.45%
GREEN value IS 103 (40.62% from 255) = 39.02%
BLUE value IS 107 (42.19% from 255) = 40.53%
R=20.45%
G=39.02%
B=40.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal541031070.500.0400.58184.5332.9231.57
Hex36676B32403Ab92120
Octal661471536240722714140
Binary11011011001111101011110010100011101010111001100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36676B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36676B; }

 p { color: rgb(54,103,107); }

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

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

 a { background-color: rgb(54,103,107); }

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

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

 span { border-color: rgb(54,103,107); }

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