Html Css Color HEX #4D5942 Cabbage Pont

📋 copy color: '#4D5942'

red 77 ◦ green 89 ◦ blue 66

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

Shades of Cabbage Pont #4D5942

Tints of Cabbage Pont #4D5942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.45%

R = 33.19%
G = 38.36%
B = 28.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#4D5942 (or 0x4D5942) is known color: Cabbage Pont. HEX triplet: 4D, 59 and 42. RGB value is (77,89,66). Sum of RGB (Red+Green+Blue) = 77+89+66=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 89 - color contains mainly: green. Hex color #4D5942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5942 is #B2A6BD. Grayscale: #525252. Windows color (decimal): -11708094 or 4348237. OLE color: 4348237.

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

Color convert

RGB 77 89 66 -
CMYK 0.13 0 0.26 0.65
HSL 91.3º 0.15% 0.3% -
HSV(B) 91.3º 0.26% 0.35% -
XYZ 7.62 9.12 6.51 -
YUV 82.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 77 89 66 0.13 0 0.26 0.65 91.3 0.15 0.3
Hex 4D 59 42 D 0 1A 41 5B F 1E
Octal 115 131 102 15 0 32 101 133 17 36
Binary 1001101 1011001 1000010 1101 0 11010 1000001 1011011 1111 11110

Color Harmonies of #4D5942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5942

Black with #4D5942

Text Example


Text Example

White with #4D5942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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