Html Css Color HEX #4F4A2D Thatch Green

📋 copy color: '#4F4A2D'

red 79 ◦ green 74 ◦ blue 45

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

Shades of Thatch Green #4F4A2D

Tints of Thatch Green #4F4A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.73%

R = 39.9%
G = 37.37%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.69

RGB Variations

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

Color information

#4F4A2D (or 0x4F4A2D) is known color: Thatch Green. HEX triplet: 4F, 4A and 2D. RGB value is (79,74,45). Sum of RGB (Red+Green+Blue) = 79+74+45=198 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.90% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4A2D is #B0B5D2. Grayscale: #484848. Windows color (decimal): -11580883 or 2968143. OLE color: 2968143.

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

Color convert

RGB 79 74 45 -
CMYK 0 0.06 0.43 0.69
HSL 51.18º 0.27% 0.24% -
HSV(B) 51.18º 0.43% 0.31% -
XYZ 6.15 6.75 3.46 -
YUV 72.19 112.66 132.86 -
System Red Green Blue C M Y K H S L
Decimal 79 74 45 0 0.06 0.43 0.69 51.18 0.27 0.24
Hex 4F 4A 2D 0 6 2B 45 33 1B 18
Octal 117 112 55 0 6 53 105 63 33 30
Binary 1001111 1001010 101101 0 110 101011 1000101 110011 11011 11000

Color Harmonies of #4F4A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4A2D

Black with #4F4A2D

Text Example


Text Example

White with #4F4A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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