#376165

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

Shades of Tax Break #376165

Tints of Tax Break #376165

Color information

#376165 (or 0x376165) is unknown color: approx Tax Break. HEX triplet: 37, 61 and 65. RGB value is (55,97,101). Sum of RGB (Red+Green+Blue) = 55+97+101=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 101 - color contains mainly: blue. Hex color #376165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376165 is #C89E9A. Grayscale: #545454. Windows color (decimal): -13147803 or 6644023. OLE color: 6644023.

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

Color convert

RGB5597101-
CMYK0.460.0400.60
HSL185.22º29.49%30.59%-
HSV(B)185.22º45.54%39.61%-
XYZ8.210.313.87-
YUV84.9137.09106.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.74%
GREEN value IS 97 (38.28% from 255) = 38.34%
BLUE value IS 101 (39.84% from 255) = 39.92%
R=21.74%
G=38.34%
B=39.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55971010.460.0400.60185.2229.4930.59
Hex3761652E403Cb91d1f
Octal671411455640742713537
Binary110111110000111001011011101000111100101110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376165; }

 p { color: rgb(55,97,101); }

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

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

 a { background-color: rgb(55,97,101); }

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

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

 span { border-color: rgb(55,97,101); }

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