Html Css Color HEX #486742 Tom Thumb

📋 copy color: '#486742'

red 72 ◦ green 103 ◦ blue 66

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

Shades of Tom Thumb #486742

Tints of Tom Thumb #486742

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.74%

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

R = 29.88%
G = 42.74%
B = 27.39%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#486742 (or 0x486742) is known color: Tom Thumb. HEX triplet: 48, 67 and 42. RGB value is (72,103,66). Sum of RGB (Red+Green+Blue) = 72+103+66=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 103 - color contains mainly: green. Hex color #486742 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486742 is #B798BD. Grayscale: #595959. Windows color (decimal): -12032190 or 4351816. OLE color: 4351816.

HSL color Cylindrical-coordinate representation of color #486742: hue angle of 110.27º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #486742 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 103 66 -
CMYK 0.30 0 0.36 0.60
HSL 110.27º 0.22% 0.33% -
HSV(B) 110.27º 0.36% 0.4% -
XYZ 8.51 11.47 6.92 -
YUV 89.51 114.73 115.51 -
System Red Green Blue C M Y K H S L
Decimal 72 103 66 0.30 0 0.36 0.60 110.27 0.22 0.33
Hex 48 67 42 1E 0 24 3C 6E 16 21
Octal 110 147 102 36 0 44 74 156 26 41
Binary 1001000 1100111 1000010 11110 0 100100 111100 1101110 10110 100001

Color Harmonies of #486742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486742

Black with #486742

Text Example


Text Example

White with #486742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486742; }

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

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

background-color css

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

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

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

border-color css

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

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

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