Html Css Color HEX #4D6040 Cabbage Pont

📋 copy color: '#4D6040'

red 77 ◦ green 96 ◦ blue 64

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

Shades of Cabbage Pont #4D6040

Tints of Cabbage Pont #4D6040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.51%

 BLUE value IS 64 (25.39% from 255) = 27%

R = 32.49%
G = 40.51%
B = 27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#4D6040 (or 0x4D6040) is known color: Cabbage Pont. HEX triplet: 4D, 60 and 40. RGB value is (77,96,64). Sum of RGB (Red+Green+Blue) = 77+96+64=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #4D6040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6040 is #B29FBF. Grayscale: #565656. Windows color (decimal): -11706304 or 4218957. OLE color: 4218957.

HSL color Cylindrical-coordinate representation of color #4D6040: hue angle of 95.62º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4D6040 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 96 64 -
CMYK 0.20 0 0.33 0.62
HSL 95.63º 0.2% 0.31% -
HSV(B) 95.63º 0.33% 0.38% -
XYZ 8.17 10.31 6.41 -
YUV 86.67 115.21 121.1 -
System Red Green Blue C M Y K H S L
Decimal 77 96 64 0.20 0 0.33 0.62 95.63 0.2 0.31
Hex 4D 60 40 14 0 21 3E 60 14 1F
Octal 115 140 100 24 0 41 76 140 24 37
Binary 1001101 1100000 1000000 10100 0 100001 111110 1100000 10100 11111

Color Harmonies of #4D6040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6040

Black with #4D6040

Text Example


Text Example

White with #4D6040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,96,64); }

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

background-color css

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

 a { background-color: rgb(77,96,64); }

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

border-color css

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

 span { border-color: rgb(77,96,64); }

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