#446362

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

Shades of Tax Break #446362

Tints of Tax Break #446362

Color information

#446362 (or 0x446362) is unknown color: approx Tax Break. HEX triplet: 44, 63 and 62. RGB value is (68,99,98). Sum of RGB (Red+Green+Blue) = 68+99+98=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 99 - color contains mainly: green. Hex color #446362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446362 is #BB9C9D. Grayscale: #595959. Windows color (decimal): -12295326 or 6447940. OLE color: 6447940.

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

Color convert

RGB689998-
CMYK0.3100.010.61
HSL178.06º18.56%32.75%-
HSV(B)178.06º31.31%38.82%-
XYZ9.0511.0313.21-
YUV89.62132.73112.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.66%
GREEN value IS 99 (39.06% from 255) = 37.36%
BLUE value IS 98 (38.67% from 255) = 36.98%
R=25.66%
G=37.36%
B=36.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6899980.3100.010.61178.0618.5632.75
Hex4463621F013Db21321
Octal1041431423701752622341
Binary10001001100011110001011111011111011011001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446362; }

 p { color: rgb(68,99,98); }

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

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

 a { background-color: rgb(68,99,98); }

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

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

 span { border-color: rgb(68,99,98); }

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