Html Css Color HEX #486341 Tom Thumb

📋 copy color: '#486341'

red 72 ◦ green 99 ◦ blue 65

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

Shades of Tom Thumb #486341

Tints of Tom Thumb #486341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.95%

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

R = 30.51%
G = 41.95%
B = 27.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#486341 (or 0x486341) is known color: Tom Thumb. HEX triplet: 48, 63 and 41. RGB value is (72,99,65). Sum of RGB (Red+Green+Blue) = 72+99+65=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #486341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486341 is #B79CBE. Grayscale: #575757. Windows color (decimal): -12033215 or 4285256. OLE color: 4285256.

HSL color Cylindrical-coordinate representation of color #486341: hue angle of 107.65º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #486341 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 99 65 -
CMYK 0.27 0 0.34 0.61
HSL 107.65º 0.21% 0.32% -
HSV(B) 107.65º 0.34% 0.39% -
XYZ 8.09 10.68 6.64 -
YUV 87.05 115.55 117.26 -
System Red Green Blue C M Y K H S L
Decimal 72 99 65 0.27 0 0.34 0.61 107.65 0.21 0.32
Hex 48 63 41 1B 0 22 3D 6C 15 20
Octal 110 143 101 33 0 42 75 154 25 40
Binary 1001000 1100011 1000001 11011 0 100010 111101 1101100 10101 100000

Color Harmonies of #486341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486341

Black with #486341

Text Example


Text Example

White with #486341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486341; }

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

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

background-color css

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

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

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

border-color css

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

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

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