#4D6D3A

Color #4D6D3A Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #4D6D3A

Tints of Dell #4D6D3A

Color information

#4D6D3A (or 0x4D6D3A) is unknown color: approx Dell. HEX triplet: 4D, 6D and 3A. RGB value is (77,109,58). Sum of RGB (Red+Green+Blue) = 77+109+58=244 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.56% from 244); Green value is 109 (42.97% from 255 or 44.67% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 109 - color contains mainly: green. Hex color #4D6D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6D3A is #B292C5. Grayscale: #5D5D5D. Windows color (decimal): -11702982 or 3829069. OLE color: 3829069.

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

Color convert

RGB7710958-
CMYK0.2900.470.57
HSL97.65º30.54%32.75%-
HSV(B)97.65º46.79%42.75%-
XYZ9.2912.825.99-
YUV93.62107.9116.15-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.56%
GREEN value IS 109 (42.97% from 255) = 44.67%
BLUE value IS 58 (23.05% from 255) = 23.77%
R=31.56%
G=44.67%
B=23.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal77109580.2900.470.5797.6530.5432.75
Hex4D6D3A1D02F39621f21
Octal1151557235057711423741
Binary10011011101101111010111010101111111001110001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,109,58); }

 H1.HeaderClassName
 {
   color: #4D6D3A;
 }
 .AnyTagClassName
 {
   color: #4D6D3A;
 }
</style>
background-color css

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

 a { background-color: rgb(77,109,58); }

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

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

 span { border-color: rgb(77,109,58); }

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