#486838

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

Shades of Dell #486838

Tints of Dell #486838

Color information

#486838 (or 0x486838) is unknown color: approx Dell. HEX triplet: 48, 68 and 38. RGB value is (72,104,56). Sum of RGB (Red+Green+Blue) = 72+104+56=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 104 - color contains mainly: green. Hex color #486838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486838 is #B797C7. Grayscale: #595959. Windows color (decimal): -12031944 or 3696712. OLE color: 3696712.

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

Color convert

RGB7210456-
CMYK0.3100.460.59
HSL100º30%31.37%-
HSV(B)100º46.15%40.78%-
XYZ8.3411.565.53-
YUV88.96109.4115.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.03%
GREEN value IS 104 (41.02% from 255) = 44.83%
BLUE value IS 56 (22.27% from 255) = 24.14%
R=31.03%
G=44.83%
B=24.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72104560.3100.460.591003031.37
Hex4868381F02E3B641e1f
Octal1101507037056731443637
Binary1001000110100011100011111010111011101111001001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486838; }

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

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

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

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

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

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

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

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