Html Css Color HEX #4F6044 Tom Thumb

📋 copy color: '#4F6044'

red 79 ◦ green 96 ◦ blue 68

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

Shades of Tom Thumb #4F6044

Tints of Tom Thumb #4F6044

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.51%

 BLUE value IS 68 (26.95% from 255) = 27.98%

R = 32.51%
G = 39.51%
B = 27.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#4F6044 (or 0x4F6044) is known color: Tom Thumb. HEX triplet: 4F, 60 and 44. RGB value is (79,96,68). Sum of RGB (Red+Green+Blue) = 79+96+68=243 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.51% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 68 (26.95% from 255 or 27.98% from 243); Max value from RGB is 96 - color contains mainly: green. Hex color #4F6044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6044 is #B09FBB. Grayscale: #575757. Windows color (decimal): -11575228 or 4481103. OLE color: 4481103.

HSL color Cylindrical-coordinate representation of color #4F6044: hue angle of 96.43º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F6044 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 79 96 68 -
CMYK 0.18 0 0.29 0.62
HSL 96.43º 0.17% 0.32% -
HSV(B) 96.43º 0.29% 0.38% -
XYZ 8.45 10.45 7.04 -
YUV 87.73 116.87 121.78 -
System Red Green Blue C M Y K H S L
Decimal 79 96 68 0.18 0 0.29 0.62 96.43 0.17 0.32
Hex 4F 60 44 12 0 1D 3E 60 11 20
Octal 117 140 104 22 0 35 76 140 21 40
Binary 1001111 1100000 1000100 10010 0 11101 111110 1100000 10001 100000

Color Harmonies of #4F6044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6044

Black with #4F6044

Text Example


Text Example

White with #4F6044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,96,68); }

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

background-color css

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

 a { background-color: rgb(79,96,68); }

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

border-color css

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

 span { border-color: rgb(79,96,68); }

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