#486839

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

Shades of Dell #486839

Tints of Dell #486839

Color information

#486839 (or 0x486839) is unknown color: approx Dell. HEX triplet: 48, 68 and 39. RGB value is (72,104,57). Sum of RGB (Red+Green+Blue) = 72+104+57=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 104 - color contains mainly: green. Hex color #486839 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486839 is #B797C6. Grayscale: #595959. Windows color (decimal): -12031943 or 3762248. OLE color: 3762248.

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

Color convert

RGB7210457-
CMYK0.3100.450.59
HSL100.85º29.19%31.57%-
HSV(B)100.85º45.19%40.78%-
XYZ8.3611.575.66-
YUV89.07109.9115.82-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 104 (41.02% from 255) = 44.64%
BLUE value IS 57 (22.66% from 255) = 24.46%
R=30.90%
G=44.64%
B=24.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72104570.3100.450.59100.8529.1931.57
Hex4868391F02D3B651d20
Octal1101507137055731453540
Binary10010001101000111001111110101101111011110010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486839; }

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

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

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

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

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

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

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

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