Html Css Color HEX #4B6A44 Tom Thumb

📋 copy color: '#4B6A44'

red 75 ◦ green 106 ◦ blue 68

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

Shades of Tom Thumb #4B6A44

Tints of Tom Thumb #4B6A44

RGB

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

 GREEN value IS 106 (41.8% from 255) = 42.57%

 BLUE value IS 68 (26.95% from 255) = 27.31%

R = 30.12%
G = 42.57%
B = 27.31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#4B6A44 (or 0x4B6A44) is known color: Tom Thumb. HEX triplet: 4B, 6A and 44. RGB value is (75,106,68). Sum of RGB (Red+Green+Blue) = 75+106+68=249 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.12% from 249); Green value is 106 (41.80% from 255 or 42.57% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 106 - color contains mainly: green. Hex color #4B6A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6A44 is #B495BB. Grayscale: #5C5C5C. Windows color (decimal): -11834812 or 4483659. OLE color: 4483659.

HSL color Cylindrical-coordinate representation of color #4B6A44: hue angle of 108.95º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B6A44 is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB 75 106 68 -
CMYK 0.29 0 0.36 0.58
HSL 108.95º 0.22% 0.34% -
HSV(B) 108.95º 0.36% 0.42% -
XYZ 9.1 12.22 7.35 -
YUV 92.4 114.23 115.59 -
System Red Green Blue C M Y K H S L
Decimal 75 106 68 0.29 0 0.36 0.58 108.95 0.22 0.34
Hex 4B 6A 44 1D 0 24 3A 6D 16 22
Octal 113 152 104 35 0 44 72 155 26 42
Binary 1001011 1101010 1000100 11101 0 100100 111010 1101101 10110 100010

Color Harmonies of #4B6A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6A44

Black with #4B6A44

Text Example


Text Example

White with #4B6A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,106,68); }

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

background-color css

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

 a { background-color: rgb(75,106,68); }

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

border-color css

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

 span { border-color: rgb(75,106,68); }

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