Html Css Color HEX #4B6640 Tom Thumb

📋 copy color: '#4B6640'

red 75 ◦ green 102 ◦ blue 64

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

Shades of Tom Thumb #4B6640

Tints of Tom Thumb #4B6640

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.32%

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

R = 31.12%
G = 42.32%
B = 26.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#4B6640 (or 0x4B6640) is known color: Tom Thumb. HEX triplet: 4B, 66 and 40. RGB value is (75,102,64). Sum of RGB (Red+Green+Blue) = 75+102+64=241 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.12% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 102 - color contains mainly: green. Hex color #4B6640 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6640 is #B499BF. Grayscale: #595959. Windows color (decimal): -11835840 or 4220491. OLE color: 4220491.

HSL color Cylindrical-coordinate representation of color #4B6640: hue angle of 102.63º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B6640 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB 75 102 64 -
CMYK 0.26 0 0.37 0.6
HSL 102.63º 0.23% 0.33% -
HSV(B) 102.63º 0.37% 0.4% -
XYZ 8.58 11.37 6.59 -
YUV 89.6 113.55 117.59 -
System Red Green Blue C M Y K H S L
Decimal 75 102 64 0.26 0 0.37 0.6 102.63 0.23 0.33
Hex 4B 66 40 1A 0 25 3C 67 17 21
Octal 113 146 100 32 0 45 74 147 27 41
Binary 1001011 1100110 1000000 11010 0 100101 111100 1100111 10111 100001

Color Harmonies of #4B6640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6640

Black with #4B6640

Text Example


Text Example

White with #4B6640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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