Html Css Color HEX #4B6140 Tom Thumb

📋 copy color: '#4B6140'

red 75 ◦ green 97 ◦ blue 64

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

Shades of Tom Thumb #4B6140

Tints of Tom Thumb #4B6140

RGB

 RED value IS 75 (29.69% from 255) = 31.78%

 GREEN value IS 97 (38.28% from 255) = 41.1%

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

R = 31.78%
G = 41.1%
B = 27.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#4B6140 (or 0x4B6140) is known color: Tom Thumb. HEX triplet: 4B, 61 and 40. RGB value is (75,97,64). Sum of RGB (Red+Green+Blue) = 75+97+64=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 97 - color contains mainly: green. Hex color #4B6140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6140 is #B49EBF. Grayscale: #565656. Windows color (decimal): -11837120 or 4219211. OLE color: 4219211.

HSL color Cylindrical-coordinate representation of color #4B6140: hue angle of 100º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4B6140 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 75 97 64 -
CMYK 0.23 0 0.34 0.62
HSL 100º 0.2% 0.32% -
HSV(B) 100º 0.34% 0.38% -
XYZ 8.1 10.42 6.43 -
YUV 86.66 115.21 119.68 -
System Red Green Blue C M Y K H S L
Decimal 75 97 64 0.23 0 0.34 0.62 100 0.2 0.32
Hex 4B 61 40 17 0 22 3E 64 14 20
Octal 113 141 100 27 0 42 76 144 24 40
Binary 1001011 1100001 1000000 10111 0 100010 111110 1100100 10100 100000

Color Harmonies of #4B6140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6140

Black with #4B6140

Text Example


Text Example

White with #4B6140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B6140; }

 p { color: rgb(75,97,64); }

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

background-color css

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

 a { background-color: rgb(75,97,64); }

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

border-color css

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

 span { border-color: rgb(75,97,64); }

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