#4C6565

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

Shades of Tax Break #4C6565

Tints of Tax Break #4C6565

Color information

#4C6565 (or 0x4C6565) is unknown color: approx Tax Break. HEX triplet: 4C, 65 and 65. RGB value is (76,101,101). Sum of RGB (Red+Green+Blue) = 76+101+101=278 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.34% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 101 - color contains mainly: green, blue. Hex color #4C6565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6565 is #B39A9A. Grayscale: #5D5D5D. Windows color (decimal): -11770523 or 6645068. OLE color: 6645068.

HSL color Cylindrical-coordinate representation of color #4C6565: hue angle of 180º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4C6565 is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB76101101-
CMYK0.25000.60
HSL180º14.12%34.71%-
HSV(B)180º24.75%39.61%-
XYZ9.9811.7814.06-
YUV93.52132.22115.5-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.34%
GREEN value IS 101 (39.84% from 255) = 36.33%
BLUE value IS 101 (39.84% from 255) = 36.33%
R=27.34%
G=36.33%
B=36.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal761011010.25000.6018014.1234.71
Hex4C656519003Cb4e23
Octal1141451453100742641643
Binary1001100110010111001011100100111100101101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C6565; }

 p { color: rgb(76,101,101); }

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

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

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

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

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

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

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