Html Css Color HEX #4F624C Tom Thumb

📋 copy color: '#4F624C'

red 79 ◦ green 98 ◦ blue 76

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

Shades of Tom Thumb #4F624C

Tints of Tom Thumb #4F624C

RGB

 RED value IS 79 (31.25% from 255) = 31.23%

 GREEN value IS 98 (38.67% from 255) = 38.74%

 BLUE value IS 76 (30.08% from 255) = 30.04%

R = 31.23%
G = 38.74%
B = 30.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#4F624C (or 0x4F624C) is known color: Tom Thumb. HEX triplet: 4F, 62 and 4C. RGB value is (79,98,76). Sum of RGB (Red+Green+Blue) = 79+98+76=253 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.23% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 98 - color contains mainly: green. Hex color #4F624C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F624C is #B09DB3. Grayscale: #595959. Windows color (decimal): -11574708 or 5005903. OLE color: 5005903.

HSL color Cylindrical-coordinate representation of color #4F624C: hue angle of 111.82º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4F624C is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 98 76 -
CMYK 0.19 0 0.22 0.62
HSL 111.82º 0.13% 0.34% -
HSV(B) 111.82º 0.22% 0.38% -
XYZ 8.9 10.92 8.48 -
YUV 89.81 120.21 120.29 -
System Red Green Blue C M Y K H S L
Decimal 79 98 76 0.19 0 0.22 0.62 111.82 0.13 0.34
Hex 4F 62 4C 13 0 16 3E 70 D 22
Octal 117 142 114 23 0 26 76 160 15 42
Binary 1001111 1100010 1001100 10011 0 10110 111110 1110000 1101 100010

Color Harmonies of #4F624C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F624C

Black with #4F624C

Text Example


Text Example

White with #4F624C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,98,76); }

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

background-color css

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

 a { background-color: rgb(79,98,76); }

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

border-color css

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

 span { border-color: rgb(79,98,76); }

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