Html Css Color HEX #486243 Tom Thumb

📋 copy color: '#486243'

red 72 ◦ green 98 ◦ blue 67

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

Shades of Tom Thumb #486243

Tints of Tom Thumb #486243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 28.27%

R = 30.38%
G = 41.35%
B = 28.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#486243 (or 0x486243) is known color: Tom Thumb. HEX triplet: 48, 62 and 43. RGB value is (72,98,67). Sum of RGB (Red+Green+Blue) = 72+98+67=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 67 (26.56% from 255 or 28.27% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #486243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486243 is #B79DBC. Grayscale: #565656. Windows color (decimal): -12033469 or 4416072. OLE color: 4416072.

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

Color convert

RGB 72 98 67 -
CMYK 0.27 0 0.32 0.62
HSL 110.32º 0.19% 0.32% -
HSV(B) 110.32º 0.32% 0.38% -
XYZ 8.05 10.52 6.92 -
YUV 86.69 116.89 117.52 -
System Red Green Blue C M Y K H S L
Decimal 72 98 67 0.27 0 0.32 0.62 110.32 0.19 0.32
Hex 48 62 43 1B 0 20 3E 6E 13 20
Octal 110 142 103 33 0 40 76 156 23 40
Binary 1001000 1100010 1000011 11011 0 100000 111110 1101110 10011 100000

Color Harmonies of #486243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486243

Black with #486243

Text Example


Text Example

White with #486243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486243; }

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

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

background-color css

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

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

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

border-color css

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

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

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