Html Css Color HEX #486041 Tom Thumb

📋 copy color: '#486041'

red 72 ◦ green 96 ◦ blue 65

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

Shades of Tom Thumb #486041

Tints of Tom Thumb #486041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.2%

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

R = 30.9%
G = 41.2%
B = 27.9%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#486041 (or 0x486041) is known color: Tom Thumb. HEX triplet: 48, 60 and 41. RGB value is (72,96,65). Sum of RGB (Red+Green+Blue) = 72+96+65=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 96 - color contains mainly: green. Hex color #486041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486041 is #B79FBE. Grayscale: #555555. Windows color (decimal): -12033983 or 4284488. OLE color: 4284488.

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

Color convert

RGB 72 96 65 -
CMYK 0.25 0 0.32 0.62
HSL 106.45º 0.19% 0.32% -
HSV(B) 106.45º 0.32% 0.38% -
XYZ 7.81 10.13 6.54 -
YUV 85.29 116.55 118.52 -
System Red Green Blue C M Y K H S L
Decimal 72 96 65 0.25 0 0.32 0.62 106.45 0.19 0.32
Hex 48 60 41 19 0 20 3E 6A 13 20
Octal 110 140 101 31 0 40 76 152 23 40
Binary 1001000 1100000 1000001 11001 0 100000 111110 1101010 10011 100000

Color Harmonies of #486041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486041

Black with #486041

Text Example


Text Example

White with #486041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486041; }

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

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

background-color css

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

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

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

border-color css

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

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

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