Html Css Color HEX #4B6C3D Tom Thumb

📋 copy color: '#4B6C3D'

red 75 ◦ green 108 ◦ blue 61

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

Shades of Tom Thumb #4B6C3D

Tints of Tom Thumb #4B6C3D

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 value IS 0.31

 M value IS 0

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#4B6C3D (or 0x4B6C3D) is known color: 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

RGB 75 108 61 -
CMYK 0.31 0 0.44 0.58
HSL 102.13º 0.28% 0.33% -
HSV(B) 102.13º 0.44% 0.42% -
XYZ 9.11 12.56 6.36 -
YUV 92.78 110.07 115.32 -
System Red Green Blue C M Y K H S L
Decimal 75 108 61 0.31 0 0.44 0.58 102.13 0.28 0.33
Hex 4B 6C 3D 1F 0 2C 3A 66 1C 21
Octal 113 154 75 37 0 54 72 146 34 41
Binary 1001011 1101100 111101 11111 0 101100 111010 1100110 11100 100001

Color Harmonies of #4B6C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6C3D

Black with #4B6C3D

Text Example


Text Example

White with #4B6C3D

Text Example


Text Example

HTML Codes & Css Web 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>