Html Css Color HEX #486141 Tom Thumb

📋 copy color: '#486141'

red 72 ◦ green 97 ◦ blue 65

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

Shades of Tom Thumb #486141

Tints of Tom Thumb #486141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.78%

R = 30.77%
G = 41.45%
B = 27.78%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#486141 (or 0x486141) is known color: Tom Thumb. HEX triplet: 48, 61 and 41. RGB value is (72,97,65). Sum of RGB (Red+Green+Blue) = 72+97+65=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 97 - color contains mainly: green. Hex color #486141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486141 is #B79EBE. Grayscale: #555555. Windows color (decimal): -12033727 or 4284744. OLE color: 4284744.

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

Color convert

RGB 72 97 65 -
CMYK 0.26 0 0.33 0.62
HSL 106.88º 0.2% 0.32% -
HSV(B) 106.88º 0.33% 0.38% -
XYZ 7.9 10.31 6.57 -
YUV 85.88 116.22 118.1 -
System Red Green Blue C M Y K H S L
Decimal 72 97 65 0.26 0 0.33 0.62 106.88 0.2 0.32
Hex 48 61 41 1A 0 21 3E 6B 14 20
Octal 110 141 101 32 0 41 76 153 24 40
Binary 1001000 1100001 1000001 11010 0 100001 111110 1101011 10100 100000

Color Harmonies of #486141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486141

Black with #486141

Text Example


Text Example

White with #486141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486141; }

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

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

background-color css

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

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

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

border-color css

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

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

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