#396868

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

Shades of Tax Break #396868

Tints of Tax Break #396868

Color information

#396868 (or 0x396868) is unknown color: approx Tax Break. HEX triplet: 39, 68 and 68. RGB value is (57,104,104). Sum of RGB (Red+Green+Blue) = 57+104+104=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #396868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #396868 is #C69797. Grayscale: #595959. Windows color (decimal): -13014936 or 6842425. OLE color: 6842425.

HSL color Cylindrical-coordinate representation of color #396868: hue angle of 180º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #396868 is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB57104104-
CMYK0.45000.59
HSL180º29.19%31.57%-
HSV(B)180º45.19%40.78%-
XYZ9.1411.7714.89-
YUV89.95135.93104.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.51%
GREEN value IS 104 (41.02% from 255) = 39.25%
BLUE value IS 104 (41.02% from 255) = 39.25%
R=21.51%
G=39.25%
B=39.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal571041040.45000.5918029.1931.57
Hex3968682D003Bb41d20
Octal711501505500732643540
Binary11100111010001101000101101001110111011010011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396868; }

 p { color: rgb(57,104,104); }

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

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

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

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

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

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

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