Html Css Color HEX #4D5945 Cabbage Pont

📋 copy color: '#4D5945'

red 77 ◦ green 89 ◦ blue 69

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

Shades of Cabbage Pont #4D5945

Tints of Cabbage Pont #4D5945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 29.36%

R = 32.77%
G = 37.87%
B = 29.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#4D5945 (or 0x4D5945) is known color: Cabbage Pont. HEX triplet: 4D, 59 and 45. RGB value is (77,89,69). Sum of RGB (Red+Green+Blue) = 77+89+69=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 89 - color contains mainly: green. Hex color #4D5945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5945 is #B2A6BA. Grayscale: #535353. Windows color (decimal): -11708091 or 4544845. OLE color: 4544845.

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

Color convert

RGB 77 89 69 -
CMYK 0.13 0 0.22 0.65
HSL 96º 0.13% 0.31% -
HSV(B) 96º 0.22% 0.35% -
XYZ 7.71 9.15 6.99 -
YUV 83.13 120.02 123.63 -
System Red Green Blue C M Y K H S L
Decimal 77 89 69 0.13 0 0.22 0.65 96 0.13 0.31
Hex 4D 59 45 D 0 16 41 60 D 1F
Octal 115 131 105 15 0 26 101 140 15 37
Binary 1001101 1011001 1000101 1101 0 10110 1000001 1100000 1101 11111

Color Harmonies of #4D5945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5945

Black with #4D5945

Text Example


Text Example

White with #4D5945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,89,69); }

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

background-color css

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

 a { background-color: rgb(77,89,69); }

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

border-color css

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

 span { border-color: rgb(77,89,69); }

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