Html Css Color HEX #4F6345 Tom Thumb

📋 copy color: '#4F6345'

red 79 ◦ green 99 ◦ blue 69

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

Shades of Tom Thumb #4F6345

Tints of Tom Thumb #4F6345

RGB

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

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

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

R = 31.98%
G = 40.08%
B = 27.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.61

RGB Variations

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

Color information

#4F6345 (or 0x4F6345) is known color: Tom Thumb. HEX triplet: 4F, 63 and 45. RGB value is (79,99,69). Sum of RGB (Red+Green+Blue) = 79+99+69=247 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.98% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 99 - color contains mainly: green. Hex color #4F6345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F6345 is #B09CBA. Grayscale: #595959. Windows color (decimal): -11574459 or 4547407. OLE color: 4547407.

HSL color Cylindrical-coordinate representation of color #4F6345: hue angle of 100º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F6345 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB 79 99 69 -
CMYK 0.20 0 0.30 0.61
HSL 100º 0.18% 0.33% -
HSV(B) 100º 0.3% 0.39% -
XYZ 8.76 11.02 7.29 -
YUV 89.6 116.37 120.44 -
System Red Green Blue C M Y K H S L
Decimal 79 99 69 0.20 0 0.30 0.61 100 0.18 0.33
Hex 4F 63 45 14 0 1E 3D 64 12 21
Octal 117 143 105 24 0 36 75 144 22 41
Binary 1001111 1100011 1000101 10100 0 11110 111101 1100100 10010 100001

Color Harmonies of #4F6345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6345

Black with #4F6345

Text Example


Text Example

White with #4F6345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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