Html Css Color HEX #48693D Tom Thumb

📋 copy color: '#48693D'

red 72 ◦ green 105 ◦ blue 61

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

Shades of Tom Thumb #48693D

Tints of Tom Thumb #48693D

RGB

 RED value IS 72 (28.52% from 255) = 30.25%

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

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

R = 30.25%
G = 44.12%
B = 25.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#48693D (or 0x48693D) is known color: Tom Thumb. HEX triplet: 48, 69 and 3D. RGB value is (72,105,61). Sum of RGB (Red+Green+Blue) = 72+105+61=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 105 - color contains mainly: green. Hex color #48693D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48693D is #B796C2. Grayscale: #5A5A5A. Windows color (decimal): -12031683 or 4024648. OLE color: 4024648.

HSL color Cylindrical-coordinate representation of color #48693D: hue angle of 105º 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 #48693D is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 105 61 -
CMYK 0.31 0 0.42 0.59
HSL 105º 0.27% 0.33% -
HSV(B) 105º 0.42% 0.41% -
XYZ 8.57 11.82 6.24 -
YUV 90.12 111.57 115.08 -
System Red Green Blue C M Y K H S L
Decimal 72 105 61 0.31 0 0.42 0.59 105 0.27 0.33
Hex 48 69 3D 1F 0 2A 3B 69 1B 21
Octal 110 151 75 37 0 52 73 151 33 41
Binary 1001000 1101001 111101 11111 0 101010 111011 1101001 11011 100001

Color Harmonies of #48693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48693D

Black with #48693D

Text Example


Text Example

White with #48693D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48693D; }

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

 H1.HeaderClassName
 {
   color: #48693D;
 }
 .AnyTagClassName
 {
   color: #48693D;
 }
</style>

background-color css

<style>
 a { background-color: #48693D; }

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

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

border-color css

<style>
 span { border-color: #48693D; }

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

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