#4D7138

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

Shades of Dell #4D7138

Tints of Dell #4D7138

Color information

#4D7138 (or 0x4D7138) is unknown color: approx Dell. HEX triplet: 4D, 71 and 38. RGB value is (77,113,56). Sum of RGB (Red+Green+Blue) = 77+113+56=246 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.30% from 246); Green value is 113 (44.53% from 255 or 45.93% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 113 - color contains mainly: green. Hex color #4D7138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7138 is #B28EC7. Grayscale: #5F5F5F. Windows color (decimal): -11701960 or 3699021. OLE color: 3699021.

HSL color Cylindrical-coordinate representation of color #4D7138: hue angle of 97.89º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D7138 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB7711356-
CMYK0.3200.500.56
HSL97.89º33.73%33.14%-
HSV(B)97.89º50.44%44.31%-
XYZ9.6813.675.87-
YUV95.74105.57114.63-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.30%
GREEN value IS 113 (44.53% from 255) = 45.93%
BLUE value IS 56 (22.27% from 255) = 22.76%
R=31.30%
G=45.93%
B=22.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77113560.3200.500.5697.8933.7333.14
Hex4D71382003238622221
Octal1151617040062701424241
Binary1001101111000111100010000001100101110001100010100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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