Html Css Color HEX #486140 Tom Thumb

📋 copy color: '#486140'

red 72 ◦ green 97 ◦ blue 64

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

Shades of Tom Thumb #486140

Tints of Tom Thumb #486140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.63%

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

R = 30.9%
G = 41.63%
B = 27.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#486140 (or 0x486140) is known color: Tom Thumb. HEX triplet: 48, 61 and 40. RGB value is (72,97,64). Sum of RGB (Red+Green+Blue) = 72+97+64=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #486140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486140 is #B79EBF. Grayscale: #555555. Windows color (decimal): -12033728 or 4219208. OLE color: 4219208.

HSL color Cylindrical-coordinate representation of color #486140: hue angle of 105.45º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #486140 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 97 64 -
CMYK 0.26 0 0.34 0.62
HSL 105.45º 0.2% 0.32% -
HSV(B) 105.45º 0.34% 0.38% -
XYZ 7.87 10.3 6.42 -
YUV 85.76 115.72 118.18 -
System Red Green Blue C M Y K H S L
Decimal 72 97 64 0.26 0 0.34 0.62 105.45 0.2 0.32
Hex 48 61 40 1A 0 22 3E 69 14 20
Octal 110 141 100 32 0 42 76 151 24 40
Binary 1001000 1100001 1000000 11010 0 100010 111110 1101001 10100 100000

Color Harmonies of #486140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486140

Black with #486140

Text Example


Text Example

White with #486140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486140; }

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

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

background-color css

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

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

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

border-color css

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

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

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