Html Css Color HEX #486941 Tom Thumb

📋 copy color: '#486941'

red 72 ◦ green 105 ◦ blue 65

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

Shades of Tom Thumb #486941

Tints of Tom Thumb #486941

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.39%

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

R = 29.75%
G = 43.39%
B = 26.86%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#486941 (or 0x486941) is known color: Tom Thumb. HEX triplet: 48, 69 and 41. RGB value is (72,105,65). Sum of RGB (Red+Green+Blue) = 72+105+65=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 105 - color contains mainly: green. Hex color #486941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486941 is #B796BE. Grayscale: #5A5A5A. Windows color (decimal): -12031679 or 4286792. OLE color: 4286792.

HSL color Cylindrical-coordinate representation of color #486941: hue angle of 109.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #486941 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 105 65 -
CMYK 0.31 0 0.38 0.59
HSL 109.5º 0.24% 0.33% -
HSV(B) 109.5º 0.38% 0.41% -
XYZ 8.68 11.86 6.83 -
YUV 90.57 113.57 114.75 -
System Red Green Blue C M Y K H S L
Decimal 72 105 65 0.31 0 0.38 0.59 109.5 0.24 0.33
Hex 48 69 41 1F 0 26 3B 6E 18 21
Octal 110 151 101 37 0 46 73 156 30 41
Binary 1001000 1101001 1000001 11111 0 100110 111011 1101110 11000 100001

Color Harmonies of #486941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486941

Black with #486941

Text Example


Text Example

White with #486941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486941; }

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

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

background-color css

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

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

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

border-color css

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

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

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