#396163

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

Shades of Tax Break #396163

Tints of Tax Break #396163

Color information

#396163 (or 0x396163) is unknown color: approx Tax Break. HEX triplet: 39, 61 and 63. RGB value is (57,97,99). Sum of RGB (Red+Green+Blue) = 57+97+99=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 99 (39.06% from 255 or 39.13% from 253); Max value from RGB is 99 - color contains mainly: blue. Hex color #396163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396163 is #C69E9C. Grayscale: #555555. Windows color (decimal): -13016733 or 6512953. OLE color: 6512953.

HSL color Cylindrical-coordinate representation of color #396163: hue angle of 182.86º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #396163 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB579799-
CMYK0.420.0200.61
HSL182.86º26.92%30.59%-
HSV(B)182.86º42.42%38.82%-
XYZ8.2110.3213.36-
YUV85.27135.75107.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.53%
GREEN value IS 97 (38.28% from 255) = 38.34%
BLUE value IS 99 (39.06% from 255) = 39.13%
R=22.53%
G=38.34%
B=39.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5797990.420.0200.61182.8626.9230.59
Hex3961632A203Db71b1f
Octal711411435220752673337
Binary11100111000011100011101010100111101101101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396163; }

 p { color: rgb(57,97,99); }

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

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

 a { background-color: rgb(57,97,99); }

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

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

 span { border-color: rgb(57,97,99); }

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