Html Css Color HEX #4F4A2C Thatch Green

📋 copy color: '#4F4A2C'

red 79 ◦ green 74 ◦ blue 44

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

Shades of Thatch Green #4F4A2C

Tints of Thatch Green #4F4A2C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.56%

 BLUE value IS 44 (17.58% from 255) = 22.34%

R = 40.1%
G = 37.56%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#4F4A2C (or 0x4F4A2C) is known color: Thatch Green. HEX triplet: 4F, 4A and 2C. RGB value is (79,74,44). Sum of RGB (Red+Green+Blue) = 79+74+44=197 (26% of max value = 765). Red value is 79 (31.25% from 255 or 40.10% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4A2C is #B0B5D3. Grayscale: #484848. Windows color (decimal): -11580884 or 2902607. OLE color: 2902607.

HSL color Cylindrical-coordinate representation of color #4F4A2C: hue angle of 51.43º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4F4A2C is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 74 44 -
CMYK 0 0.06 0.44 0.69
HSL 51.43º 0.28% 0.24% -
HSV(B) 51.43º 0.44% 0.31% -
XYZ 6.13 6.74 3.36 -
YUV 72.08 112.16 132.94 -
System Red Green Blue C M Y K H S L
Decimal 79 74 44 0 0.06 0.44 0.69 51.43 0.28 0.24
Hex 4F 4A 2C 0 6 2C 45 33 1C 18
Octal 117 112 54 0 6 54 105 63 34 30
Binary 1001111 1001010 101100 0 110 101100 1000101 110011 11100 11000

Color Harmonies of #4F4A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4A2C

Black with #4F4A2C

Text Example


Text Example

White with #4F4A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,74,44); }

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

background-color css

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

 a { background-color: rgb(79,74,44); }

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

border-color css

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

 span { border-color: rgb(79,74,44); }

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