#4D6139

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

Shades of Dell #4D6139

Tints of Dell #4D6139

Color information

#4D6139 (or 0x4D6139) is unknown color: approx Dell. HEX triplet: 4D, 61 and 39. RGB value is (77,97,57). Sum of RGB (Red+Green+Blue) = 77+97+57=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 97 - color contains mainly: green. Hex color #4D6139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6139 is #B29EC6. Grayscale: #565656. Windows color (decimal): -11706055 or 3760461. OLE color: 3760461.

HSL color Cylindrical-coordinate representation of color #4D6139: hue angle of 90º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D6139 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB779757-
CMYK0.2100.410.62
HSL90º25.97%30.2%-
HSV(B)90º41.24%38.04%-
XYZ8.0710.425.46-
YUV86.46111.37121.25-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.33%
GREEN value IS 97 (38.28% from 255) = 41.99%
BLUE value IS 57 (22.66% from 255) = 24.68%
R=33.33%
G=41.99%
B=24.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7797570.2100.410.629025.9730.2
Hex4D6139150293E5a1a1e
Octal1151417125051761323236
Binary1001101110000111100110101010100111111010110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,97,57); }

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

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

 a { background-color: rgb(77,97,57); }

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

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

 span { border-color: rgb(77,97,57); }

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