#4D6F32

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

Shades of Dell #4D6F32

Tints of Dell #4D6F32

Color information

#4D6F32 (or 0x4D6F32) is unknown color: approx Dell. HEX triplet: 4D, 6F and 32. RGB value is (77,111,50). Sum of RGB (Red+Green+Blue) = 77+111+50=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 111 (43.75% from 255 or 46.64% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 111 - color contains mainly: green. Hex color #4D6F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6F32 is #B290CD. Grayscale: #5E5E5E. Windows color (decimal): -11702478 or 3305293. OLE color: 3305293.

HSL color Cylindrical-coordinate representation of color #4D6F32: hue angle of 93.44º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D6F32 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB7711150-
CMYK0.3100.550.56
HSL93.44º37.89%31.57%-
HSV(B)93.44º54.95%43.53%-
XYZ9.3213.185.07-
YUV93.88103.24115.96-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.35%
GREEN value IS 111 (43.75% from 255) = 46.64%
BLUE value IS 50 (19.92% from 255) = 21.01%
R=32.35%
G=46.64%
B=21.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77111500.3100.550.5693.4437.8931.57
Hex4D6F321F037385d2620
Octal1151576237067701354640
Binary100110111011111100101111101101111110001011101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,111,50); }

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

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

 a { background-color: rgb(77,111,50); }

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

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

 span { border-color: rgb(77,111,50); }

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