Html Css Color HEX #486B44 Tom Thumb

📋 copy color: '#486B44'

red 72 ◦ green 107 ◦ blue 68

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

Shades of Tom Thumb #486B44

Tints of Tom Thumb #486B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.53%

R = 29.15%
G = 43.32%
B = 27.53%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#486B44 (or 0x486B44) is known color: Tom Thumb. HEX triplet: 48, 6B and 44. RGB value is (72,107,68). Sum of RGB (Red+Green+Blue) = 72+107+68=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 68 (26.95% from 255 or 27.53% from 247); Max value from RGB is 107 - color contains mainly: green. Hex color #486B44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486B44 is #B794BB. Grayscale: #5C5C5C. Windows color (decimal): -12031164 or 4483912. OLE color: 4483912.

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

Color convert

RGB 72 107 68 -
CMYK 0.33 0 0.36 0.58
HSL 113.85º 0.22% 0.34% -
HSV(B) 113.85º 0.36% 0.42% -
XYZ 8.97 12.31 7.37 -
YUV 92.09 114.4 113.67 -
System Red Green Blue C M Y K H S L
Decimal 72 107 68 0.33 0 0.36 0.58 113.85 0.22 0.34
Hex 48 6B 44 21 0 24 3A 72 16 22
Octal 110 153 104 41 0 44 72 162 26 42
Binary 1001000 1101011 1000100 100001 0 100100 111010 1110010 10110 100010

Color Harmonies of #486B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486B44

Black with #486B44

Text Example


Text Example

White with #486B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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