Html Css Color HEX #4B693D Tom Thumb

📋 copy color: '#4B693D'

red 75 ◦ green 105 ◦ blue 61

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

Shades of Tom Thumb #4B693D

Tints of Tom Thumb #4B693D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.57%

 BLUE value IS 61 (24.22% from 255) = 25.31%

R = 31.12%
G = 43.57%
B = 25.31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#4B693D (or 0x4B693D) is known color: Tom Thumb. HEX triplet: 4B, 69 and 3D. RGB value is (75,105,61). Sum of RGB (Red+Green+Blue) = 75+105+61=241 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.12% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 105 - color contains mainly: green. Hex color #4B693D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B693D is #B496C2. Grayscale: #5B5B5B. Windows color (decimal): -11835075 or 4024651. OLE color: 4024651.

HSL color Cylindrical-coordinate representation of color #4B693D: hue angle of 100.91º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B693D is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 75 105 61 -
CMYK 0.29 0 0.42 0.59
HSL 100.91º 0.27% 0.33% -
HSV(B) 100.91º 0.42% 0.41% -
XYZ 8.8 11.94 6.26 -
YUV 91.01 111.06 116.58 -
System Red Green Blue C M Y K H S L
Decimal 75 105 61 0.29 0 0.42 0.59 100.91 0.27 0.33
Hex 4B 69 3D 1D 0 2A 3B 65 1B 21
Octal 113 151 75 35 0 52 73 145 33 41
Binary 1001011 1101001 111101 11101 0 101010 111011 1100101 11011 100001

Color Harmonies of #4B693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B693D

Black with #4B693D

Text Example


Text Example

White with #4B693D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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