Html Css Color HEX #476361 Tax Break

📋 copy color: '#476361'

red 71 ◦ green 99 ◦ blue 97

#476361
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tax Break #476361

Tints of Tax Break #476361

RGB

 RED value IS 71 (28.13% from 255) = 26.59%

 GREEN value IS 99 (39.06% from 255) = 37.08%

 BLUE value IS 97 (38.28% from 255) = 36.33%

R = 26.59%
G = 37.08%
B = 36.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#476361 (or 0x476361) is known color: Tax Break. HEX triplet: 47, 63 and 61. RGB value is (71,99,97). Sum of RGB (Red+Green+Blue) = 71+99+97=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 99 - color contains mainly: green. Hex color #476361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476361 is #B89C9E. Grayscale: #5A5A5A. Windows color (decimal): -12098719 or 6382407. OLE color: 6382407.

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

Color convert

RGB 71 99 97 -
CMYK 0.28 0 0.02 0.61
HSL 175.71º 0.16% 0.33% -
HSV(B) 175.71º 0.28% 0.39% -
XYZ 9.22 11.13 12.97 -
YUV 90.4 131.72 114.16 -
System Red Green Blue C M Y K H S L
Decimal 71 99 97 0.28 0 0.02 0.61 175.71 0.16 0.33
Hex 47 63 61 1C 0 2 3D B0 10 21
Octal 107 143 141 34 0 2 75 260 20 41
Binary 1000111 1100011 1100001 11100 0 10 111101 10110000 10000 100001

Color Harmonies of #476361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476361

Black with #476361

Text Example


Text Example

White with #476361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476361; }

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

 H1.HeaderClassName
 {
   color: #476361;
 }
 .AnyTagClassName
 {
   color: #476361;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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