Html Css Color HEX #486340 Tom Thumb

📋 copy color: '#486340'

red 72 ◦ green 99 ◦ blue 64

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

Shades of Tom Thumb #486340

Tints of Tom Thumb #486340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.23%

R = 30.64%
G = 42.13%
B = 27.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#486340 (or 0x486340) is known color: Tom Thumb. HEX triplet: 48, 63 and 40. RGB value is (72,99,64). Sum of RGB (Red+Green+Blue) = 72+99+64=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #486340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486340 is #B79CBF. Grayscale: #575757. Windows color (decimal): -12033216 or 4219720. OLE color: 4219720.

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

Color convert

RGB 72 99 64 -
CMYK 0.27 0 0.35 0.61
HSL 106.29º 0.21% 0.32% -
HSV(B) 106.29º 0.35% 0.39% -
XYZ 8.06 10.67 6.49 -
YUV 86.94 115.05 117.35 -
System Red Green Blue C M Y K H S L
Decimal 72 99 64 0.27 0 0.35 0.61 106.29 0.21 0.32
Hex 48 63 40 1B 0 23 3D 6A 15 20
Octal 110 143 100 33 0 43 75 152 25 40
Binary 1001000 1100011 1000000 11011 0 100011 111101 1101010 10101 100000

Color Harmonies of #486340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486340

Black with #486340

Text Example


Text Example

White with #486340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486340; }

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

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

background-color css

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

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

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

border-color css

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

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

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