#4D6134

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

Shades of Dell #4D6134

Tints of Dell #4D6134

Color information

#4D6134 (or 0x4D6134) is unknown color: approx Dell. HEX triplet: 4D, 61 and 34. RGB value is (77,97,52). Sum of RGB (Red+Green+Blue) = 77+97+52=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #4D6134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6134 is #B29ECB. Grayscale: #565656. Windows color (decimal): -11706060 or 3432781. OLE color: 3432781.

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

Color convert

RGB779752-
CMYK0.2100.460.62
HSL86.67º30.2%29.22%-
HSV(B)86.67º46.39%38.04%-
XYZ7.9610.384.83-
YUV85.89108.87121.66-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.07%
GREEN value IS 97 (38.28% from 255) = 42.92%
BLUE value IS 52 (20.70% from 255) = 23.01%
R=34.07%
G=42.92%
B=23.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7797520.2100.460.6286.6730.229.22
Hex4D61341502E3E571e1d
Octal1151416425056761273635
Binary1001101110000111010010101010111011111010101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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