Html Css Color HEX #4F482A Thatch Green

📋 copy color: '#4F482A'

red 79 ◦ green 72 ◦ blue 42

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

Shades of Thatch Green #4F482A

Tints of Thatch Green #4F482A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.76%

R = 40.93%
G = 37.31%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#4F482A (or 0x4F482A) is known color: Thatch Green. HEX triplet: 4F, 48 and 2A. RGB value is (79,72,42). Sum of RGB (Red+Green+Blue) = 79+72+42=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 79 - color contains mainly: red. Hex color #4F482A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F482A is #B0B7D5. Grayscale: #464646. Windows color (decimal): -11581398 or 2771023. OLE color: 2771023.

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

Color convert

RGB 79 72 42 -
CMYK 0 0.09 0.47 0.69
HSL 48.65º 0.31% 0.24% -
HSV(B) 48.65º 0.47% 0.31% -
XYZ 5.96 6.46 3.12 -
YUV 70.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 79 72 42 0 0.09 0.47 0.69 48.65 0.31 0.24
Hex 4F 48 2A 0 9 2F 45 31 1F 18
Octal 117 110 52 0 11 57 105 61 37 30
Binary 1001111 1001000 101010 0 1001 101111 1000101 110001 11111 11000

Color Harmonies of #4F482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F482A

Black with #4F482A

Text Example


Text Example

White with #4F482A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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