Html Css Color HEX #4D5844 Cabbage Pont

📋 copy color: '#4D5844'

red 77 ◦ green 88 ◦ blue 68

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

Shades of Cabbage Pont #4D5844

Tints of Cabbage Pont #4D5844

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.77%

 BLUE value IS 68 (26.95% from 255) = 29.18%

R = 33.05%
G = 37.77%
B = 29.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.65

RGB Variations

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

Color information

#4D5844 (or 0x4D5844) is known color: Cabbage Pont. HEX triplet: 4D, 58 and 44. RGB value is (77,88,68). Sum of RGB (Red+Green+Blue) = 77+88+68=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 88 - color contains mainly: green. Hex color #4D5844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5844 is #B2A7BB. Grayscale: #525252. Windows color (decimal): -11708348 or 4479053. OLE color: 4479053.

HSL color Cylindrical-coordinate representation of color #4D5844: hue angle of 93º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D5844 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB 77 88 68 -
CMYK 0.12 0 0.23 0.65
HSL 93º 0.13% 0.31% -
HSV(B) 93º 0.23% 0.35% -
XYZ 7.59 8.97 6.8 -
YUV 82.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 77 88 68 0.12 0 0.23 0.65 93 0.13 0.31
Hex 4D 58 44 C 0 17 41 5D D 1F
Octal 115 130 104 14 0 27 101 135 15 37
Binary 1001101 1011000 1000100 1100 0 10111 1000001 1011101 1101 11111

Color Harmonies of #4D5844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5844

Black with #4D5844

Text Example


Text Example

White with #4D5844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,88,68); }

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

background-color css

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

 a { background-color: rgb(77,88,68); }

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

border-color css

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

 span { border-color: rgb(77,88,68); }

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