#486D2C

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

Shades of Dell #486D2C

Tints of Dell #486D2C

Color information

#486D2C (or 0x486D2C) is unknown color: approx Dell. HEX triplet: 48, 6D and 2C. RGB value is (72,109,44). Sum of RGB (Red+Green+Blue) = 72+109+44=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 109 (42.97% from 255 or 48.44% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 109 - color contains mainly: green. Hex color #486D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486D2C is #B792D3. Grayscale: #5A5A5A. Windows color (decimal): -12030676 or 2911560. OLE color: 2911560.

HSL color Cylindrical-coordinate representation of color #486D2C: hue angle of 94.15º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #486D2C is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.57.

Color convert

RGB7210944-
CMYK0.3400.600.57
HSL94.15º42.48%30%-
HSV(B)94.15º59.63%42.75%-
XYZ8.612.54.34-
YUV90.53101.74114.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 109 (42.97% from 255) = 48.44%
BLUE value IS 44 (17.58% from 255) = 19.56%
R=32%
G=48.44%
B=19.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72109440.3400.600.5794.1542.4830
Hex486D2C2203C395e2a1e
Octal1101555442074711365236
Binary100100011011011011001000100111100111001101111010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486D2C; }

 p { color: rgb(72,109,44); }

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

<style>
 a { background-color: #486D2C; }

 a { background-color: rgb(72,109,44); }

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

<style>
 span { border-color: #486D2C; }

 span { border-color: rgb(72,109,44); }

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