Html Css Color HEX #4B6142 Tom Thumb

📋 copy color: '#4B6142'

red 75 ◦ green 97 ◦ blue 66

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

Shades of Tom Thumb #4B6142

Tints of Tom Thumb #4B6142

RGB

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

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

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

R = 31.51%
G = 40.76%
B = 27.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#4B6142 (or 0x4B6142) is known color: Tom Thumb. HEX triplet: 4B, 61 and 42. RGB value is (75,97,66). Sum of RGB (Red+Green+Blue) = 75+97+66=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 97 - color contains mainly: green. Hex color #4B6142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6142 is #B49EBD. Grayscale: #565656. Windows color (decimal): -11837118 or 4350283. OLE color: 4350283.

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

Color convert

RGB 75 97 66 -
CMYK 0.23 0 0.32 0.62
HSL 102.58º 0.19% 0.32% -
HSV(B) 102.58º 0.32% 0.38% -
XYZ 8.16 10.44 6.74 -
YUV 86.89 116.21 119.52 -
System Red Green Blue C M Y K H S L
Decimal 75 97 66 0.23 0 0.32 0.62 102.58 0.19 0.32
Hex 4B 61 42 17 0 20 3E 67 13 20
Octal 113 141 102 27 0 40 76 147 23 40
Binary 1001011 1100001 1000010 10111 0 100000 111110 1100111 10011 100000

Color Harmonies of #4B6142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6142

Black with #4B6142

Text Example


Text Example

White with #4B6142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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