Html Css Color HEX #48633F Tom Thumb

📋 copy color: '#48633F'

red 72 ◦ green 99 ◦ blue 63

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

Shades of Tom Thumb #48633F

Tints of Tom Thumb #48633F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.31%

 BLUE value IS 63 (25% from 255) = 26.92%

R = 30.77%
G = 42.31%
B = 26.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#48633F (or 0x48633F) is known color: Tom Thumb. HEX triplet: 48, 63 and 3F. RGB value is (72,99,63). Sum of RGB (Red+Green+Blue) = 72+99+63=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 99 - color contains mainly: green. Hex color #48633F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48633F is #B79CC0. Grayscale: #565656. Windows color (decimal): -12033217 or 4154184. OLE color: 4154184.

HSL color Cylindrical-coordinate representation of color #48633F: hue angle of 105º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48633F is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 99 63 -
CMYK 0.27 0 0.36 0.61
HSL 105º 0.22% 0.32% -
HSV(B) 105º 0.36% 0.39% -
XYZ 8.03 10.66 6.34 -
YUV 86.82 114.55 117.43 -
System Red Green Blue C M Y K H S L
Decimal 72 99 63 0.27 0 0.36 0.61 105 0.22 0.32
Hex 48 63 3F 1B 0 24 3D 69 16 20
Octal 110 143 77 33 0 44 75 151 26 40
Binary 1001000 1100011 111111 11011 0 100100 111101 1101001 10110 100000

Color Harmonies of #48633F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48633F

Black with #48633F

Text Example


Text Example

White with #48633F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48633F; }

 p { color: rgb(72,99,63); }

 H1.HeaderClassName
 {
   color: #48633F;
 }
 .AnyTagClassName
 {
   color: #48633F;
 }
</style>

background-color css

<style>
 a { background-color: #48633F; }

 a { background-color: rgb(72,99,63); }

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

border-color css

<style>
 span { border-color: #48633F; }

 span { border-color: rgb(72,99,63); }

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