#4B6C3D

Color #4B6C3D Tom Thumb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tom Thumb #4B6C3D

Tints of Tom Thumb #4B6C3D

Color information

#4B6C3D (or 0x4B6C3D) is unknown color: approx Tom Thumb. HEX triplet: 4B, 6C and 3D. RGB value is (75,108,61). Sum of RGB (Red+Green+Blue) = 75+108+61=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 108 - color contains mainly: green. Hex color #4B6C3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6C3D is #B493C2. Grayscale: #5C5C5C. Windows color (decimal): -11834307 or 4025419. OLE color: 4025419.

HSL color Cylindrical-coordinate representation of color #4B6C3D: hue angle of 102.13º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B6C3D is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB7510861-
CMYK0.3100.440.58
HSL102.13º27.81%33.14%-
HSV(B)102.13º43.52%42.35%-
XYZ9.1112.566.36-
YUV92.78110.07115.32-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.74%
GREEN value IS 108 (42.58% from 255) = 44.26%
BLUE value IS 61 (24.22% from 255) = 25%
R=30.74%
G=44.26%
B=25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75108610.3100.440.58102.1327.8133.14
Hex4B6C3D1F02C3A661c21
Octal1131547537054721463441
Binary10010111101100111101111110101100111010110011011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,108,61); }

 H1.HeaderClassName
 {
   color: #4B6C3D;
 }
 .AnyTagClassName
 {
   color: #4B6C3D;
 }
</style>
background-color css

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

 a { background-color: rgb(75,108,61); }

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

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

 span { border-color: rgb(75,108,61); }

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