Html Css Color HEX #486C3F Tom Thumb

📋 copy color: '#486C3F'

red 72 ◦ green 108 ◦ blue 63

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

Shades of Tom Thumb #486C3F

Tints of Tom Thumb #486C3F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.44%

 BLUE value IS 63 (25% from 255) = 25.93%

R = 29.63%
G = 44.44%
B = 25.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#486C3F (or 0x486C3F) is known color: Tom Thumb. HEX triplet: 48, 6C and 3F. RGB value is (72,108,63). Sum of RGB (Red+Green+Blue) = 72+108+63=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 108 (42.58% from 255 or 44.44% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 108 - color contains mainly: green. Hex color #486C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486C3F is #B793C0. Grayscale: #5C5C5C. Windows color (decimal): -12030913 or 4156488. OLE color: 4156488.

HSL color Cylindrical-coordinate representation of color #486C3F: hue angle of 108º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #486C3F is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 108 63 -
CMYK 0.33 0 0.42 0.58
HSL 108º 0.26% 0.34% -
HSV(B) 108º 0.42% 0.42% -
XYZ 8.93 12.46 6.64 -
YUV 92.11 111.57 113.66 -
System Red Green Blue C M Y K H S L
Decimal 72 108 63 0.33 0 0.42 0.58 108 0.26 0.34
Hex 48 6C 3F 21 0 2A 3A 6C 1A 22
Octal 110 154 77 41 0 52 72 154 32 42
Binary 1001000 1101100 111111 100001 0 101010 111010 1101100 11010 100010

Color Harmonies of #486C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486C3F

Black with #486C3F

Text Example


Text Example

White with #486C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486C3F; }

 p { color: rgb(72,108,63); }

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

background-color css

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

 a { background-color: rgb(72,108,63); }

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

border-color css

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

 span { border-color: rgb(72,108,63); }

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