Html Css Color HEX #4F482C Thatch Green

📋 copy color: '#4F482C'

red 79 ◦ green 72 ◦ blue 44

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

Shades of Thatch Green #4F482C

Tints of Thatch Green #4F482C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.92%

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

R = 40.51%
G = 36.92%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#4F482C (or 0x4F482C) is known color: Thatch Green. HEX triplet: 4F, 48 and 2C. RGB value is (79,72,44). Sum of RGB (Red+Green+Blue) = 79+72+44=195 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.51% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 79 - color contains mainly: red. Hex color #4F482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F482C is #B0B7D3. Grayscale: #474747. Windows color (decimal): -11581396 or 2902095. OLE color: 2902095.

HSL color Cylindrical-coordinate representation of color #4F482C: hue angle of 48º 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 #4F482C is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 72 44 -
CMYK 0 0.09 0.44 0.69
HSL 48º 0.28% 0.24% -
HSV(B) 48º 0.44% 0.31% -
XYZ 6 6.48 3.32 -
YUV 70.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 79 72 44 0 0.09 0.44 0.69 48 0.28 0.24
Hex 4F 48 2C 0 9 2C 45 30 1C 18
Octal 117 110 54 0 11 54 105 60 34 30
Binary 1001111 1001000 101100 0 1001 101100 1000101 110000 11100 11000

Color Harmonies of #4F482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F482C

Black with #4F482C

Text Example


Text Example

White with #4F482C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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