Html Css Color HEX #4D482C Thatch Green

📋 copy color: '#4D482C'

red 77 ◦ green 72 ◦ blue 44

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

Shades of Thatch Green #4D482C

Tints of Thatch Green #4D482C

RGB

 RED value IS 77 (30.47% from 255) = 39.9%

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

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

R = 39.9%
G = 37.31%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

#4D482C (or 0x4D482C) is known color: Thatch Green. HEX triplet: 4D, 48 and 2C. RGB value is (77,72,44). Sum of RGB (Red+Green+Blue) = 77+72+44=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 44 (17.58% from 255 or 22.80% from 193); Max value from RGB is 77 - color contains mainly: red. Hex color #4D482C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D482C is #B2B7D3. Grayscale: #464646. Windows color (decimal): -11712468 or 2902093. OLE color: 2902093.

HSL color Cylindrical-coordinate representation of color #4D482C: hue angle of 50.91º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D482C is Cyan = 0, Magento = 0.06, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 72 44 -
CMYK 0 0.06 0.43 0.70
HSL 50.91º 0.27% 0.24% -
HSV(B) 50.91º 0.43% 0.3% -
XYZ 5.83 6.39 3.31 -
YUV 70.3 113.16 132.78 -
System Red Green Blue C M Y K H S L
Decimal 77 72 44 0 0.06 0.43 0.70 50.91 0.27 0.24
Hex 4D 48 2C 0 6 2B 46 33 1B 18
Octal 115 110 54 0 6 53 106 63 33 30
Binary 1001101 1001000 101100 0 110 101011 1000110 110011 11011 11000

Color Harmonies of #4D482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D482C

Black with #4D482C

Text Example


Text Example

White with #4D482C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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