Html Css Color HEX #4D6E38 Dell

📋 copy color: '#4D6E38'

red 77 ◦ green 110 ◦ blue 56

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

Shades of Dell #4D6E38

Tints of Dell #4D6E38

RGB

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

 GREEN value IS 110 (43.36% from 255) = 45.27%

 BLUE value IS 56 (22.27% from 255) = 23.05%

R = 31.69%
G = 45.27%
B = 23.05%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.49

 K value IS 0.57

RGB Variations

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

Color information

#4D6E38 (or 0x4D6E38) is known color: Dell. HEX triplet: 4D, 6E and 38. RGB value is (77,110,56). Sum of RGB (Red+Green+Blue) = 77+110+56=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 110 (43.36% from 255 or 45.27% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 110 - color contains mainly: green. Hex color #4D6E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6E38 is #B291C7. Grayscale: #5E5E5E. Windows color (decimal): -11702728 or 3698253. OLE color: 3698253.

HSL color Cylindrical-coordinate representation of color #4D6E38: hue angle of 96.67º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D6E38 is Cyan = 0.3, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.57.

Color convert

RGB 77 110 56 -
CMYK 0.3 0 0.49 0.57
HSL 96.67º 0.33% 0.33% -
HSV(B) 96.67º 0.49% 0.43% -
XYZ 9.35 13.02 5.76 -
YUV 93.98 106.57 115.89 -
System Red Green Blue C M Y K H S L
Decimal 77 110 56 0.3 0 0.49 0.57 96.67 0.33 0.33
Hex 4D 6E 38 1E 0 31 39 61 21 21
Octal 115 156 70 36 0 61 71 141 41 41
Binary 1001101 1101110 111000 11110 0 110001 111001 1100001 100001 100001

Color Harmonies of #4D6E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6E38

Black with #4D6E38

Text Example


Text Example

White with #4D6E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,110,56); }

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

background-color css

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

 a { background-color: rgb(77,110,56); }

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

border-color css

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

 span { border-color: rgb(77,110,56); }

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