#4D6830

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

Shades of Dell #4D6830

Tints of Dell #4D6830

Color information

#4D6830 (or 0x4D6830) is unknown color: approx Dell. HEX triplet: 4D, 68 and 30. RGB value is (77,104,48). Sum of RGB (Red+Green+Blue) = 77+104+48=229 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.62% from 229); Green value is 104 (41.02% from 255 or 45.41% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 104 - color contains mainly: green. Hex color #4D6830 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6830 is #B297CF. Grayscale: #595959. Windows color (decimal): -11704272 or 3172429. OLE color: 3172429.

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

Color convert

RGB7710448-
CMYK0.2600.540.59
HSL88.93º36.84%29.8%-
HSV(B)88.93º53.85%40.78%-
XYZ8.5411.694.6-
YUV89.54104.55119.05-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.62%
GREEN value IS 104 (41.02% from 255) = 45.41%
BLUE value IS 48 (19.14% from 255) = 20.96%
R=33.62%
G=45.41%
B=20.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77104480.2600.540.5988.9336.8429.8
Hex4D68301A0363B59251e
Octal1151506032066731314536
Binary10011011101000110000110100110110111011101100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,104,48); }

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

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

 a { background-color: rgb(77,104,48); }

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

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

 span { border-color: rgb(77,104,48); }

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