Html Css Color HEX #486B41 Tom Thumb

📋 copy color: '#486B41'

red 72 ◦ green 107 ◦ blue 65

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

Shades of Tom Thumb #486B41

Tints of Tom Thumb #486B41

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.85%

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

R = 29.51%
G = 43.85%
B = 26.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#486B41 (or 0x486B41) is known color: Tom Thumb. HEX triplet: 48, 6B and 41. RGB value is (72,107,65). Sum of RGB (Red+Green+Blue) = 72+107+65=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 107 - color contains mainly: green. Hex color #486B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486B41 is #B794BE. Grayscale: #5B5B5B. Windows color (decimal): -12031167 or 4287304. OLE color: 4287304.

HSL color Cylindrical-coordinate representation of color #486B41: hue angle of 110º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #486B41 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 107 65 -
CMYK 0.33 0 0.39 0.58
HSL 110º 0.24% 0.34% -
HSV(B) 110º 0.39% 0.42% -
XYZ 8.88 12.27 6.9 -
YUV 91.75 112.9 113.92 -
System Red Green Blue C M Y K H S L
Decimal 72 107 65 0.33 0 0.39 0.58 110 0.24 0.34
Hex 48 6B 41 21 0 27 3A 6E 18 22
Octal 110 153 101 41 0 47 72 156 30 42
Binary 1001000 1101011 1000001 100001 0 100111 111010 1101110 11000 100010

Color Harmonies of #486B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486B41

Black with #486B41

Text Example


Text Example

White with #486B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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