Html Css Color HEX #4F5746 Cabbage Pont

📋 copy color: '#4F5746'

red 79 ◦ green 87 ◦ blue 70

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

Shades of Cabbage Pont #4F5746

Tints of Cabbage Pont #4F5746

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.86%

 BLUE value IS 70 (27.73% from 255) = 29.66%

R = 33.47%
G = 36.86%
B = 29.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#4F5746 (or 0x4F5746) is known color: Cabbage Pont. HEX triplet: 4F, 57 and 46. RGB value is (79,87,70). Sum of RGB (Red+Green+Blue) = 79+87+70=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 87 - color contains mainly: green. Hex color #4F5746 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4F5746 is #B0A8B9. Grayscale: #525252. Windows color (decimal): -11577530 or 4609871. OLE color: 4609871.

HSL color Cylindrical-coordinate representation of color #4F5746: hue angle of 88.24º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4F5746 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB 79 87 70 -
CMYK 0.09 0 0.20 0.66
HSL 88.24º 0.11% 0.31% -
HSV(B) 88.24º 0.2% 0.34% -
XYZ 7.74 8.92 7.11 -
YUV 82.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 79 87 70 0.09 0 0.20 0.66 88.24 0.11 0.31
Hex 4F 57 46 9 0 14 42 58 B 1F
Octal 117 127 106 11 0 24 102 130 13 37
Binary 1001111 1010111 1000110 1001 0 10100 1000010 1011000 1011 11111

Color Harmonies of #4F5746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5746

Black with #4F5746

Text Example


Text Example

White with #4F5746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,87,70); }

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

background-color css

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

 a { background-color: rgb(79,87,70); }

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

border-color css

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

 span { border-color: rgb(79,87,70); }

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