Html Css Color HEX #486361 Tax Break

📋 copy color: '#486361'

red 72 ◦ green 99 ◦ blue 97

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

Shades of Tax Break #486361

Tints of Tax Break #486361

RGB

 RED value IS 72 (28.52% from 255) = 26.87%

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

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

R = 26.87%
G = 36.94%
B = 36.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#486361 (or 0x486361) is known color: Tax Break. HEX triplet: 48, 63 and 61. RGB value is (72,99,97). Sum of RGB (Red+Green+Blue) = 72+99+97=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 99 - color contains mainly: green. Hex color #486361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486361 is #B79C9E. Grayscale: #5A5A5A. Windows color (decimal): -12033183 or 6382408. OLE color: 6382408.

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

Color convert

RGB 72 99 97 -
CMYK 0.27 0 0.02 0.61
HSL 175.56º 0.16% 0.34% -
HSV(B) 175.56º 0.27% 0.39% -
XYZ 9.29 11.16 12.97 -
YUV 90.7 131.55 114.66 -
System Red Green Blue C M Y K H S L
Decimal 72 99 97 0.27 0 0.02 0.61 175.56 0.16 0.34
Hex 48 63 61 1B 0 2 3D B0 10 22
Octal 110 143 141 33 0 2 75 260 20 42
Binary 1001000 1100011 1100001 11011 0 10 111101 10110000 10000 100010

Color Harmonies of #486361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486361

Black with #486361

Text Example


Text Example

White with #486361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486361; }

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

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

background-color css

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

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

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

border-color css

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

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

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