Html Css Color HEX #4F5949 Cabbage Pont

📋 copy color: '#4F5949'

red 79 ◦ green 89 ◦ blue 73

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

Shades of Cabbage Pont #4F5949

Tints of Cabbage Pont #4F5949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.93%

 BLUE value IS 73 (28.91% from 255) = 30.29%

R = 32.78%
G = 36.93%
B = 30.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#4F5949 (or 0x4F5949) is known color: Cabbage Pont. HEX triplet: 4F, 59 and 49. RGB value is (79,89,73). Sum of RGB (Red+Green+Blue) = 79+89+73=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 89 - color contains mainly: green. Hex color #4F5949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5949 is #B0A6B6. Grayscale: #545454. Windows color (decimal): -11577015 or 4806991. OLE color: 4806991.

HSL color Cylindrical-coordinate representation of color #4F5949: hue angle of 97.5º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4F5949 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 79 89 73 -
CMYK 0.11 0 0.18 0.65
HSL 97.5º 0.1% 0.32% -
HSV(B) 97.5º 0.18% 0.35% -
XYZ 8 9.29 7.67 -
YUV 84.19 121.69 124.3 -
System Red Green Blue C M Y K H S L
Decimal 79 89 73 0.11 0 0.18 0.65 97.5 0.1 0.32
Hex 4F 59 49 B 0 12 41 62 A 20
Octal 117 131 111 13 0 22 101 142 12 40
Binary 1001111 1011001 1001001 1011 0 10010 1000001 1100010 1010 100000

Color Harmonies of #4F5949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5949

Black with #4F5949

Text Example


Text Example

White with #4F5949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,89,73); }

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

background-color css

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

 a { background-color: rgb(79,89,73); }

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

border-color css

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

 span { border-color: rgb(79,89,73); }

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