Html Css Color HEX #486242 Tom Thumb

📋 copy color: '#486242'

red 72 ◦ green 98 ◦ blue 66

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

Shades of Tom Thumb #486242

Tints of Tom Thumb #486242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.53%

 BLUE value IS 66 (26.17% from 255) = 27.97%

R = 30.51%
G = 41.53%
B = 27.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#486242 (or 0x486242) is known color: Tom Thumb. HEX triplet: 48, 62 and 42. RGB value is (72,98,66). Sum of RGB (Red+Green+Blue) = 72+98+66=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 98 - color contains mainly: green. Hex color #486242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486242 is #B79DBD. Grayscale: #565656. Windows color (decimal): -12033470 or 4350536. OLE color: 4350536.

HSL color Cylindrical-coordinate representation of color #486242: hue angle of 108.75º 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 #486242 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 98 66 -
CMYK 0.27 0 0.33 0.62
HSL 108.75º 0.2% 0.32% -
HSV(B) 108.75º 0.33% 0.38% -
XYZ 8.02 10.51 6.76 -
YUV 86.58 116.39 117.6 -
System Red Green Blue C M Y K H S L
Decimal 72 98 66 0.27 0 0.33 0.62 108.75 0.2 0.32
Hex 48 62 42 1B 0 21 3E 6D 14 20
Octal 110 142 102 33 0 41 76 155 24 40
Binary 1001000 1100010 1000010 11011 0 100001 111110 1101101 10100 100000

Color Harmonies of #486242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486242

Black with #486242

Text Example


Text Example

White with #486242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486242; }

 p { color: rgb(72,98,66); }

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

background-color css

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

 a { background-color: rgb(72,98,66); }

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

border-color css

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

 span { border-color: rgb(72,98,66); }

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