#4D6135

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

Shades of Dell #4D6135

Tints of Dell #4D6135

Color information

#4D6135 (or 0x4D6135) is unknown color: approx Dell. HEX triplet: 4D, 61 and 35. RGB value is (77,97,53). Sum of RGB (Red+Green+Blue) = 77+97+53=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #4D6135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6135 is #B29ECA. Grayscale: #565656. Windows color (decimal): -11706059 or 3498317. OLE color: 3498317.

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

Color convert

RGB779753-
CMYK0.2100.450.62
HSL87.27º29.33%29.41%-
HSV(B)87.27º45.36%38.04%-
XYZ7.9810.384.95-
YUV86109.37121.58-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.92%
GREEN value IS 97 (38.28% from 255) = 42.73%
BLUE value IS 53 (21.09% from 255) = 23.35%
R=33.92%
G=42.73%
B=23.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7797530.2100.450.6287.2729.3329.41
Hex4D61351502D3E571d1d
Octal1151416525055761273535
Binary1001101110000111010110101010110111111010101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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