Html Css Color HEX #486440 Tom Thumb

📋 copy color: '#486440'

red 72 ◦ green 100 ◦ blue 64

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

Shades of Tom Thumb #486440

Tints of Tom Thumb #486440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.37%

 BLUE value IS 64 (25.39% from 255) = 27.12%

R = 30.51%
G = 42.37%
B = 27.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#486440 (or 0x486440) is known color: Tom Thumb. HEX triplet: 48, 64 and 40. RGB value is (72,100,64). Sum of RGB (Red+Green+Blue) = 72+100+64=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 100 - color contains mainly: green. Hex color #486440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486440 is #B79BBF. Grayscale: #575757. Windows color (decimal): -12032960 or 4219976. OLE color: 4219976.

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

Color convert

RGB 72 100 64 -
CMYK 0.28 0 0.36 0.61
HSL 106.67º 0.22% 0.32% -
HSV(B) 106.67º 0.36% 0.39% -
XYZ 8.16 10.86 6.52 -
YUV 87.52 114.72 116.93 -
System Red Green Blue C M Y K H S L
Decimal 72 100 64 0.28 0 0.36 0.61 106.67 0.22 0.32
Hex 48 64 40 1C 0 24 3D 6B 16 20
Octal 110 144 100 34 0 44 75 153 26 40
Binary 1001000 1100100 1000000 11100 0 100100 111101 1101011 10110 100000

Color Harmonies of #486440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486440

Black with #486440

Text Example


Text Example

White with #486440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486440; }

 p { color: rgb(72,100,64); }

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

background-color css

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

 a { background-color: rgb(72,100,64); }

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

border-color css

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

 span { border-color: rgb(72,100,64); }

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