#486828

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

Shades of Dell #486828

Tints of Dell #486828

Color information

#486828 (or 0x486828) is unknown color: approx Dell. HEX triplet: 48, 68 and 28. RGB value is (72,104,40). Sum of RGB (Red+Green+Blue) = 72+104+40=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 104 (41.02% from 255 or 48.15% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 104 - color contains mainly: green. Hex color #486828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486828 is #B797D7. Grayscale: #575757. Windows color (decimal): -12031960 or 2648136. OLE color: 2648136.

HSL color Cylindrical-coordinate representation of color #486828: hue angle of 90º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #486828 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB7210440-
CMYK0.3100.620.59
HSL90º44.44%28.24%-
HSV(B)90º61.54%40.78%-
XYZ8.0111.433.79-
YUV87.14101.4117.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.33%
GREEN value IS 104 (41.02% from 255) = 48.15%
BLUE value IS 40 (16.02% from 255) = 18.52%
R=33.33%
G=48.15%
B=18.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72104400.3100.620.599044.4428.24
Hex4868281F03E3B5a2c1c
Octal1101505037076731325434
Binary10010001101000101000111110111110111011101101010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486828; }

 p { color: rgb(72,104,40); }

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

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

 a { background-color: rgb(72,104,40); }

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

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

 span { border-color: rgb(72,104,40); }

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