Html Css Color HEX #4B6340 Tom Thumb

📋 copy color: '#4B6340'

red 75 ◦ green 99 ◦ blue 64

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

Shades of Tom Thumb #4B6340

Tints of Tom Thumb #4B6340

RGB

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

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

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

R = 31.51%
G = 41.6%
B = 26.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#4B6340 (or 0x4B6340) is known color: Tom Thumb. HEX triplet: 4B, 63 and 40. RGB value is (75,99,64). Sum of RGB (Red+Green+Blue) = 75+99+64=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #4B6340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6340 is #B49CBF. Grayscale: #575757. Windows color (decimal): -11836608 or 4219723. OLE color: 4219723.

HSL color Cylindrical-coordinate representation of color #4B6340: hue angle of 101.14º 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 #4B6340 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 75 99 64 -
CMYK 0.24 0 0.35 0.61
HSL 101.14º 0.21% 0.32% -
HSV(B) 101.14º 0.35% 0.39% -
XYZ 8.29 10.79 6.5 -
YUV 87.83 114.55 118.85 -
System Red Green Blue C M Y K H S L
Decimal 75 99 64 0.24 0 0.35 0.61 101.14 0.21 0.32
Hex 4B 63 40 18 0 23 3D 65 15 20
Octal 113 143 100 30 0 43 75 145 25 40
Binary 1001011 1100011 1000000 11000 0 100011 111101 1100101 10101 100000

Color Harmonies of #4B6340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6340

Black with #4B6340

Text Example


Text Example

White with #4B6340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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