Html Css Color HEX #4F6145 Tom Thumb

📋 copy color: '#4F6145'

red 79 ◦ green 97 ◦ blue 69

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

Shades of Tom Thumb #4F6145

Tints of Tom Thumb #4F6145

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.59%

 BLUE value IS 69 (27.34% from 255) = 28.16%

R = 32.24%
G = 39.59%
B = 28.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#4F6145 (or 0x4F6145) is known color: Tom Thumb. HEX triplet: 4F, 61 and 45. RGB value is (79,97,69). Sum of RGB (Red+Green+Blue) = 79+97+69=245 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.24% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 97 - color contains mainly: green. Hex color #4F6145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6145 is #B09EBA. Grayscale: #585858. Windows color (decimal): -11574971 or 4546895. OLE color: 4546895.

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

Color convert

RGB 79 97 69 -
CMYK 0.19 0 0.29 0.62
HSL 98.57º 0.17% 0.33% -
HSV(B) 98.57º 0.29% 0.38% -
XYZ 8.57 10.64 7.23 -
YUV 88.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 79 97 69 0.19 0 0.29 0.62 98.57 0.17 0.33
Hex 4F 61 45 13 0 1D 3E 63 11 21
Octal 117 141 105 23 0 35 76 143 21 41
Binary 1001111 1100001 1000101 10011 0 11101 111110 1100011 10001 100001

Color Harmonies of #4F6145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6145

Black with #4F6145

Text Example


Text Example

White with #4F6145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,97,69); }

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

background-color css

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

 a { background-color: rgb(79,97,69); }

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

border-color css

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

 span { border-color: rgb(79,97,69); }

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