#486537

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

Shades of Dell #486537

Tints of Dell #486537

Color information

#486537 (or 0x486537) is unknown color: approx Dell. HEX triplet: 48, 65 and 37. RGB value is (72,101,55). Sum of RGB (Red+Green+Blue) = 72+101+55=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 101 (39.84% from 255 or 44.30% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 101 - color contains mainly: green. Hex color #486537 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486537 is #B79AC8. Grayscale: #575757. Windows color (decimal): -12032713 or 3630408. OLE color: 3630408.

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

Color convert

RGB7210155-
CMYK0.2900.460.60
HSL97.83º29.49%30.59%-
HSV(B)97.83º45.54%39.61%-
XYZ8.0210.965.31-
YUV87.08109.89117.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.58%
GREEN value IS 101 (39.84% from 255) = 44.30%
BLUE value IS 55 (21.88% from 255) = 24.12%
R=31.58%
G=44.30%
B=24.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72101550.2900.460.6097.8329.4930.59
Hex4865371D02E3C621d1f
Octal1101456735056741423537
Binary1001000110010111011111101010111011110011000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486537; }

 p { color: rgb(72,101,55); }

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

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

 a { background-color: rgb(72,101,55); }

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

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

 span { border-color: rgb(72,101,55); }

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